Searched refs:pdbBlockIndex (Results 1 – 2 of 2) sorted by relevance
93 uint32_t ExplainOutputStyle::pdbBlockIndex() const { in pdbBlockIndex() function in ExplainOutputStyle98 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset()104 return pdbBlockIndex() == 0; in isPdbSuperBlock()108 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1()111 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2()119 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()124 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); in isPdbStreamDirectoryBlock()130 if (!llvm::is_contained(Entry.value(), pdbBlockIndex())) in getPdbBlockStreamIndex()144 pdbBlockIndex()); in explainPdbBlockStatus()146 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()[all …]
58 uint32_t pdbBlockIndex() const;