Searched refs:getMsfLayout (Results 1 – 2 of 2) sorted by relevance
122 const auto &Layout = File.pdb().getMsfLayout(); in isPdbStreamDirectoryBlock() 127 const auto &Layout = File.pdb().getMsfLayout(); in getPdbBlockStreamIndex() 145 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus() 161 uint32_t(File.pdb().getMsfLayout().SB->BlockSize)); in explainPdbSuperBlockOffset() 165 uint32_t(File.pdb().getMsfLayout().SB->FreeBlockMapBlock)); in explainPdbSuperBlockOffset() 169 uint32_t(File.pdb().getMsfLayout().SB->NumBlocks)); in explainPdbSuperBlockOffset() 173 uint32_t(File.pdb().getMsfLayout().SB->NumDirectoryBytes)); in explainPdbSuperBlockOffset() 177 uint32_t(File.pdb().getMsfLayout().SB->Unknown1)); in explainPdbSuperBlockOffset() 181 uint32_t(File.pdb().getMsfLayout().SB->BlockMapAddr)); in explainPdbSuperBlockOffset() 200 const MSFLayout &Layout = File.pdb().getMsfLayout(); in explainPdbFpmBlockOffset() [all...]
80 const msf::MSFLayout &getMsfLayout() const { return ContainerLayout; } in getMsfLayout() function