Searched refs:getMsfLayout (Results 1 – 2 of 2) sorted by relevance
120 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock()125 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex()143 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()159 uint32_t(File.pdb().getMsfLayout().SB->BlockSize)); in explainPdbSuperBlockOffset()163 uint32_t(File.pdb().getMsfLayout().SB->FreeBlockMapBlock)); in explainPdbSuperBlockOffset()167 uint32_t(File.pdb().getMsfLayout().SB->NumBlocks)); in explainPdbSuperBlockOffset()171 uint32_t(File.pdb().getMsfLayout().SB->NumDirectoryBytes)); in explainPdbSuperBlockOffset()175 uint32_t(File.pdb().getMsfLayout().SB->Unknown1)); in explainPdbSuperBlockOffset()179 uint32_t(File.pdb().getMsfLayout().SB->BlockMapAddr)); in explainPdbSuperBlockOffset()198 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset()[all …]
82 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function