Searched refs:getMsfLayout (Results 1 – 2 of 2) sorted by relevance
123 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock()128 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex()146 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()162 uint32_t(File.pdb().getMsfLayout().SB->BlockSize)); in explainPdbSuperBlockOffset()166 uint32_t(File.pdb().getMsfLayout().SB->FreeBlockMapBlock)); in explainPdbSuperBlockOffset()170 uint32_t(File.pdb().getMsfLayout().SB->NumBlocks)); in explainPdbSuperBlockOffset()174 uint32_t(File.pdb().getMsfLayout().SB->NumDirectoryBytes)); in explainPdbSuperBlockOffset()178 uint32_t(File.pdb().getMsfLayout().SB->Unknown1)); in explainPdbSuperBlockOffset()182 uint32_t(File.pdb().getMsfLayout().SB->BlockMapAddr)); in explainPdbSuperBlockOffset()201 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset()[all …]
80 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function