Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp65 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
67 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)), in NativeSession()
122 auto PdbFile = loadPdbFile(PdbPath, Allocator); in createFromPdbPath() local
123 if (!PdbFile) in createFromPdbPath()
124 return PdbFile.takeError(); in createFromPdbPath()
126 Session = std::make_unique<NativeSession>(std::move(PdbFile.get()), in createFromPdbPath()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h39 NativeSession(std::unique_ptr<PDBFile> PdbFile,