Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h158 llvm::pdb::PDBFile &GetPDBFile() { return m_index->pdb(); } in GetPDBFile() function
159 const llvm::pdb::PDBFile &GetPDBFile() const { return m_index->pdb(); } in GetPDBFile() function
DSymbolFileNativePDB.cpp270 pdb_file = &pdb->GetPDBFile(); in CalculateAbilities()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h92 llvm::pdb::PDBFile &GetPDBFile() { return *m_file_up; } in GetPDBFile() function