Home
last modified time | relevance | path

Searched refs:getBlockMapIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h59 uint32_t getBlockMapIndex() const;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp89 Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex(); in dumpFileHeaders()
H A DExplainOutputStyle.cpp117 return pdbBlockIndex() == File.pdb().getBlockMapIndex(); in isPdbBlockMapBlock()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp68 uint32_t PDBFile::getBlockMapIndex() const { in getBlockMapIndex() function in PDBFile