Home
last modified time | relevance | path

Searched refs:PdbSession (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp269 std::unique_ptr<NativeSession> PdbSession; in handleObject() local
270 PdbSession.reset(static_cast<NativeSession *>(Session.release())); in handleObject()
271 PdbOrObj Input = &PdbSession->getPDBFile(); in handleObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp327 IF.PdbSession.reset(static_cast<NativeSession *>(Session.release())); in open()
328 IF.PdbOrObj = &IF.PdbSession->getPDBFile(); in open()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h43 std::unique_ptr<NativeSession> PdbSession; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h85 std::unique_ptr<llvm::pdb::NativeSession> PdbSession;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp398 PdbSession.reset(static_cast<NativeSession *>(Session.release())); in loadTypeServer()
399 PDBFile &Pdb = PdbSession->getPDBFile(); in loadTypeServer()