Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp52 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
54 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)), in NativeSession()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h31 NativeSession(std::unique_ptr<PDBFile> PdbFile,