Home
last modified time | relevance | path

Searched refs:getMsfLayout (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.cpp121 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 …]
DYAMLOutputStyle.cpp227 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
DLinePrinter.cpp191 File.getMsfLayout(), File.getMsfBuffer(), StreamIdx, File.getAllocator()); in formatMsfStreamData()
DBytesOutputStyle.cpp345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()
Dllvm-pdbutil.cpp1260 File.getMsfLayout(), File.getMsfBuffer(), Index, File.getAllocator()); in exportStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp264 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeSectionHeadersData()
299 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeFpoRecords()
DTpiStream.cpp84 Pdb.getMsfLayout(), Pdb.getMsfBuffer(), Header->HashStreamIndex, in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h82 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function