Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.h194 const llvm::pdb::PDBSymbolCompiland &pdb_compiland,
224 void GetCompileUnitIndex(const llvm::pdb::PDBSymbolCompiland &pdb_compiland,
DSymbolFilePDB.cpp224 const llvm::pdb::PDBSymbolCompiland &pdb_compiland, uint32_t &index) { in GetCompileUnitIndex() argument
228 auto uid = pdb_compiland.getSymIndexId(); in GetCompileUnitIndex()