Searched refs:getMsfLayout (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | ExplainOutputStyle.cpp | 121 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock() 126 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex() 144 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() 160 uint32_t(File.pdb().getMsfLayout().SB->BlockSize)); in explainPdbSuperBlockOffset() 164 uint32_t(File.pdb().getMsfLayout().SB->FreeBlockMapBlock)); in explainPdbSuperBlockOffset() 168 uint32_t(File.pdb().getMsfLayout().SB->NumBlocks)); in explainPdbSuperBlockOffset() 172 uint32_t(File.pdb().getMsfLayout().SB->NumDirectoryBytes)); in explainPdbSuperBlockOffset() 176 uint32_t(File.pdb().getMsfLayout().SB->Unknown1)); in explainPdbSuperBlockOffset() 180 uint32_t(File.pdb().getMsfLayout().SB->BlockMapAddr)); in explainPdbSuperBlockOffset() 199 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset() [all …]
|
D | YAMLOutputStyle.cpp | 227 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
|
D | LinePrinter.cpp | 191 File.getMsfLayout(), File.getMsfBuffer(), StreamIdx, File.getAllocator()); in formatMsfStreamData()
|
D | BytesOutputStyle.cpp | 345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()
|
D | llvm-pdbutil.cpp | 1260 File.getMsfLayout(), File.getMsfBuffer(), Index, File.getAllocator()); in exportStream()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | DbiStream.cpp | 264 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeSectionHeadersData() 299 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeFpoRecords()
|
D | TpiStream.cpp | 84 Pdb.getMsfLayout(), Pdb.getMsfBuffer(), Header->HashStreamIndex, in reload()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBFile.h | 82 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function
|