Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp57 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
59 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)), in NativeSession()
114 auto PdbFile = loadPdbFile(PdbPath, Allocator); in createFromPdbPath() local
115 if (!PdbFile) in createFromPdbPath()
116 return PdbFile.takeError(); in createFromPdbPath()
118 Session = std::make_unique<NativeSession>(std::move(PdbFile.get()), in createFromPdbPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h35 NativeSession(std::unique_ptr<PDBFile> PdbFile,