HomeSort by relevance Sort by last modified time
    Searched refs:pdbBlockIndex (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
ExplainOutputStyle.h 58 uint32_t pdbBlockIndex() const;
ExplainOutputStyle.cpp 91 uint32_t ExplainOutputStyle::pdbBlockIndex() const {
96 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize();
102 return pdbBlockIndex() == 0;
106 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0);
109 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0);
117 return pdbBlockIndex() == File.pdb().getBlockMapIndex();
122 return llvm::is_contained(Layout.DirectoryBlocks, pdbBlockIndex());
128 if (!llvm::is_contained(Entry.value(), pdbBlockIndex()))
142 pdbBlockIndex());
144 bool IsFree = File.pdb().getMsfLayout().FreePageMap[pdbBlockIndex()];
    [all...]

Completed in 472 milliseconds