Home
last modified time | relevance | path

Searched refs:pdbBlockIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp92 uint32_t ExplainOutputStyle::pdbBlockIndex() const { in pdbBlockIndex() function in ExplainOutputStyle
97 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset()
103 return pdbBlockIndex() == 0; in isPdbSuperBlock()
107 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1()
110 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2()
118 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
123 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); in isPdbStreamDirectoryBlock()
129 if (!llvm::is_contained(Entry.value(), pdbBlockIndex())) in getPdbBlockStreamIndex()
143 pdbBlockIndex()); in explainPdbBlockStatus()
145 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; in explainPdbBlockStatus()
[all …]
H A DExplainOutputStyle.h56 uint32_t pdbBlockIndex() const;