Home
last modified time | relevance | path

Searched refs:getBlockMapOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h59 uint64_t getBlockMapOffset() const;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp79 uint64_t PDBFile::getBlockMapOffset() const { in getBlockMapOffset() function in PDBFile
171 Reader.setOffset(getBlockMapOffset()); in parseFileHeaders()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp227 uint64_t BlockMapOffset = File.pdb().getBlockMapOffset(); in explainPdbBlockMapOffset()