llvm-project/llvm/lib/DebugInfo/PDB/Raw
Zachary Turner e4a4f33daf 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
..
DbiStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
DbiStreamBuilder.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
EnumTables.cpp [pdb] Parse and dump section map and section contribs 2016-06-02 05:07:49 +00:00
Hash.cpp Implement pdb::hashBufferV8 hash function. 2016-06-16 13:48:16 +00:00
InfoStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
InfoStreamBuilder.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
ModInfo.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
ModStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
NameHashTable.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
NameMap.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
NameMapBuilder.cpp [pdb] Round trip the NameMap data structure to YAML. 2016-07-15 22:17:08 +00:00
PDBFile.cpp Make PDBFile store an msf::Layout. 2016-07-22 19:56:33 +00:00
PDBFileBuilder.cpp Make PDBFile store an msf::Layout. 2016-07-22 19:56:33 +00:00
PublicsStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
RawError.cpp [pdb] Round-trip module & file info to/from YAML. 2016-07-22 15:46:37 +00:00
RawSession.cpp [pdb] Have builders share a single BumpPtrAllocator. 2016-07-22 19:56:26 +00:00
SymbolStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00
TpiStream.cpp [msf] Create LLVMDebugInfoMsf 2016-07-22 19:56:05 +00:00