Lines Matching refs:pdbBlockIndex
90 uint32_t ExplainOutputStyle::pdbBlockIndex() const { in pdbBlockIndex() function in ExplainOutputStyle
95 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset()
101 return pdbBlockIndex() == 0; in isPdbSuperBlock()
105 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1()
108 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2()
116 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
121 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); in isPdbStreamDirectoryBlock()
127 if (!llvm::is_contained(Entry.value(), pdbBlockIndex())) in getPdbBlockStreamIndex()
141 pdbBlockIndex()); in explainPdbBlockStatus()
143 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()
144 P.formatLine("Address is in block {0} ({1}allocated).", pdbBlockIndex(), in explainPdbBlockStatus()
204 uint32_t FpmChunk = pdbBlockIndex() / File.pdb().getBlockSize(); in explainPdbFpmBlockOffset()