Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A 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 …]
H A DLinePrinter.cpp191 File.getMsfLayout(), File.getMsfBuffer(), StreamIdx, File.getAllocator()); in formatMsfStreamData()
H A DYAMLOutputStyle.cpp236 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in dumpDbiStream()
H A DBytesOutputStyle.cpp345 File.getMsfLayout(), File.getMsfBuffer(), ModiStream, in iterateOneModule()
H A Dllvm-pdbutil.cpp1381 File.getMsfLayout(), File.getMsfBuffer(), Index, File.getAllocator()); in exportStream()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp264 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeSectionHeadersData()
299 Pdb->getMsfLayout(), Pdb->getMsfBuffer(), StreamNum, Pdb->getAllocator()); in initializeFpoRecords()
H A DTpiStream.cpp87 Pdb.getMsfLayout(), Pdb.getMsfBuffer(), Header->HashStreamIndex, in reload()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h82 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function