Home
last modified time | relevance | path

Searched defs:GetPDBFile (Results 1 – 2 of 2) sorted by relevance

/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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h90 llvm::pdb::PDBFile &GetPDBFile() { return *m_file_up; } in GetPDBFile() function