1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/DebugInfo
Zachary Turner 985ee30b2c Make PDBFile store an msf::Layout.
Previously it was storing all the fields of an msf::Layout as
separate members.  This is a trivial cleanup to make it store
an msf::Layout directly.  This makes the code more readable
since it becomes clear which fields of PDBFile are actually the
msf specific layout information in a sea of other bookkeeping
fields.

llvm-svn: 276460
2016-07-22 19:56:33 +00:00
..
CodeView [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
DWARF Avoid dsymutil calls to getFileNameByIndex. 2016-07-22 01:41:32 +00:00
Msf Make PDBFile store an msf::Layout. 2016-07-22 19:56:33 +00:00
PDB Make PDBFile store an msf::Layout. 2016-07-22 19:56:33 +00:00
Symbolize Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h 2016-07-06 16:56:42 +00:00
CMakeLists.txt [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
LLVMBuild.txt [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00