Home
last modified time | relevance | path

Searched refs:pdb_compiland (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h181 const llvm::pdb::PDBSymbolCompiland &pdb_compiland,
211 void GetCompileUnitIndex(const llvm::pdb::PDBSymbolCompiland &pdb_compiland,
H A DSymbolFilePDB.cpp238 const llvm::pdb::PDBSymbolCompiland &pdb_compiland, uint32_t &index) { in GetCompileUnitIndex() argument
242 auto uid = pdb_compiland.getSymIndexId(); in GetCompileUnitIndex()