Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp66 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
68 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)), in NativeSession()
123 auto PdbFile = loadPdbFile(PdbPath, Allocator); in createFromPdbPath() local
124 if (!PdbFile) in createFromPdbPath()
125 return PdbFile.takeError(); in createFromPdbPath()
127 Session = std::make_unique<NativeSession>(std::move(PdbFile.get()), in createFromPdbPath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h39 NativeSession(std::unique_ptr<PDBFile> PdbFile,