Lines Matching refs:pdbBlockIndex
91 uint32_t ExplainOutputStyle::pdbBlockIndex() const { in pdbBlockIndex() function in ExplainOutputStyle
96 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset()
102 return pdbBlockIndex() == 0; in isPdbSuperBlock()
106 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1()
109 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2()
117 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
122 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); in isPdbStreamDirectoryBlock()
128 if (!llvm::is_contained(Entry.value(), pdbBlockIndex())) in getPdbBlockStreamIndex()
142 pdbBlockIndex()); in explainPdbBlockStatus()
144 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()
145 P.formatLine("Address is in block {0} ({1}allocated).", pdbBlockIndex(), in explainPdbBlockStatus()
205 uint32_t FpmChunk = pdbBlockIndex() / File.pdb().getBlockSize(); in explainPdbFpmBlockOffset()