Searched refs:PdbFile (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 57 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/ |
D | RawSession.cpp | 43 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/ |
D | NativeSession.cpp | 52 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/ |
D | RawSession.h | 23 explicit RawSession(std::unique_ptr<PDBFile> PdbFile);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 30 NativeSession(std::unique_ptr<PDBFile> PdbFile,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 35 NativeSession(std::unique_ptr<PDBFile> PdbFile,
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 365 auto &PdbFile = *Pdb; in yamlToPdb() local 366 ExitOnErr(PdbFile->commit()); in yamlToPdb()
|