Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h61 uint64_t getBlockMapOffset() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp80 uint64_t PDBFile::getBlockMapOffset() const { in getBlockMapOffset() function in PDBFile
173 Reader.setOffset(getBlockMapOffset()); in parseFileHeaders()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp225 uint64_t BlockMapOffset = File.pdb().getBlockMapOffset(); in explainPdbBlockMapOffset()