Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h90 llvm::pdb::PDBFile &GetPDBFile() { return *m_file_up; } in GetPDBFile() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h155 llvm::pdb::PDBFile &GetPDBFile() { return m_index->pdb(); } in GetPDBFile() function
156 const llvm::pdb::PDBFile &GetPDBFile() const { return m_index->pdb(); } in GetPDBFile() function
H A DSymbolFileNativePDB.cpp318 pdb_file = &pdb->GetPDBFile(); in CalculateAbilities()