Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp43 RawSession::RawSession(std::unique_ptr<PDBFile> PdbFile) in RawSession() argument
44 : Pdb(std::move(PdbFile)) {} in RawSession()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp65 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
67 : Pdb(std::move(PdbFile)), Allocator(std::move(Allocator)) {} in NativeSession()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h23 explicit RawSession(std::unique_ptr<PDBFile> PdbFile);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h31 NativeSession(std::unique_ptr<PDBFile> PdbFile,
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp365 auto &PdbFile = *Pdb; in yamlToPdb() local
366 ExitOnErr(PdbFile->commit()); in yamlToPdb()