/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 65 NativeSession::NativeSession(std::unique_ptr<PDBFile> PdbFile, in NativeSession() function in NativeSession 69 NativeSession::~NativeSession() = default; 71 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb() 85 llvm::make_unique<NativeSession>(std::move(File), std::move(Allocator)); in createFromPdb() 90 Error NativeSession::createFromExe(StringRef Path, in createFromExe() 96 NativeSession::createCompilandSymbol(DbiModuleDescriptor MI) { in createCompilandSymbol() 105 NativeSession::createEnumSymbol(codeview::TypeIndex Index) { in createEnumSymbol() 112 NativeSession::createTypeEnumerator(codeview::TypeLeafKind Kind) { in createTypeEnumerator() 123 SymIndexId NativeSession::findSymbolByTypeIndex(codeview::TypeIndex Index) { in findSymbolByTypeIndex() 166 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() [all …]
|
D | NativeEnumTypes.cpp | 21 NativeEnumTypes::NativeEnumTypes(NativeSession &PDBSession, in NativeEnumTypes() 33 NativeSession &PDBSession, const std::vector<codeview::TypeIndex> &Matches, in NativeEnumTypes()
|
D | NativeCompilandSymbol.cpp | 17 NativeCompilandSymbol::NativeCompilandSymbol(NativeSession &Session, in NativeCompilandSymbol()
|
D | NativeEnumModules.cpp | 22 NativeEnumModules::NativeEnumModules(NativeSession &PDBSession, in NativeEnumModules()
|
D | NativeBuiltinSymbol.cpp | 16 NativeBuiltinSymbol::NativeBuiltinSymbol(NativeSession &PDBSession, in NativeBuiltinSymbol()
|
D | NativeExeSymbol.cpp | 21 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
|
D | NativeEnumSymbol.cpp | 22 NativeEnumSymbol::NativeEnumSymbol(NativeSession &Session, SymIndexId Id, in NativeEnumSymbol()
|
D | NativeRawSymbol.cpp | 17 NativeRawSymbol::NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId) in NativeRawSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeEnumTypes.h | 23 class NativeSession; variable 27 NativeEnumTypes(NativeSession &Session, 38 NativeEnumTypes(NativeSession &Session, 44 NativeSession &Session;
|
D | NativeEnumModules.h | 20 class NativeSession; variable 24 NativeEnumModules(NativeSession &Session, const DbiModuleList &Modules, 34 NativeSession &Session;
|
D | NativeBuiltinSymbol.h | 20 class NativeSession; variable 24 NativeBuiltinSymbol(NativeSession &PDBSession, SymIndexId Id, 41 NativeSession &Session;
|
D | NativeSession.h | 29 class NativeSession : public IPDBSession { 31 NativeSession(std::unique_ptr<PDBFile> PdbFile, 33 ~NativeSession() override;
|
D | NativeRawSymbol.h | 20 class NativeSession; variable 26 NativeRawSymbol(NativeSession &PDBSession, SymIndexId SymbolId); 232 NativeSession &Session;
|
D | NativeCompilandSymbol.h | 21 NativeCompilandSymbol(NativeSession &Session, SymIndexId SymbolId,
|
D | NativeExeSymbol.h | 21 NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId);
|
D | NativeEnumSymbol.h | 24 NativeEnumSymbol(NativeSession &Session, SymIndexId Id,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 34 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB() 48 return NativeSession::createFromExe(Path, Session); in loadDataForEXE()
|
D | CMakeLists.txt | 57 Native/NativeSession.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | InputFile.h | 37 class NativeSession; variable 44 std::unique_ptr<NativeSession> PdbSession;
|
D | InputFile.cpp | 272 IF.PdbSession.reset(static_cast<NativeSession *>(Session.release())); in open()
|
D | llvm-pdbutil.cpp | 790 NativeSession *NS = static_cast<NativeSession *>(Session.get()); in loadPDB()
|