Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
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()
/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-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp52 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() argument
54 : 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-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h30 NativeSession(std::unique_ptr<PDBFile> PdbFile,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h35 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()