reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 uint32_t pdbBlockIndex() const;
95 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); 101 return pdbBlockIndex() == 0; 105 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); 108 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); 116 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); 121 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex()); 127 if (!llvm::is_contained(Entry.value(), pdbBlockIndex())) 141 pdbBlockIndex()); 143 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()]; 144 P.formatLine("Address is in block {0} ({1}allocated).", pdbBlockIndex(), 204 uint32_t FpmChunk = pdbBlockIndex() / File.pdb().getBlockSize();