Searched refs:DIASession (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 25 DIASession::DIASession(CComPtr<IDiaSession> DiaSession) : Session(DiaSession) {} in DIASession() function in DIASession 27 PDB_ErrorCode DIASession::createFromPdb(StringRef Path, in createFromPdb() 64 Session.reset(new DIASession(DiaSession)); in createFromPdb() 68 PDB_ErrorCode DIASession::createFromExe(StringRef Path, in createFromExe() 108 Session.reset(new DIASession(DiaSession)); in createFromExe() 112 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() 118 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() 122 std::unique_ptr<PDBSymbolExe> DIASession::getGlobalScope() const { in getGlobalScope() 134 std::unique_ptr<PDBSymbol> DIASession::getSymbolById(uint32_t SymbolId) const { in getSymbolById() 144 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() [all …]
|
D | DIAEnumSourceFiles.cpp | 17 const DIASession &PDBSession, CComPtr<IDiaEnumSourceFiles> DiaEnumerator) in DIAEnumSourceFiles()
|
D | DIAEnumSymbols.cpp | 17 DIAEnumSymbols::DIAEnumSymbols(const DIASession &PDBSession, in DIAEnumSymbols()
|
D | DIASourceFile.cpp | 17 DIASourceFile::DIASourceFile(const DIASession &PDBSession, in DIASourceFile()
|
D | DIARawSymbol.cpp | 175 DIARawSymbol::DIARawSymbol(const DIASession &PDBSession, in DIARawSymbol()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIAEnumSourceFiles.h | 18 class DIASession; variable 22 explicit DIAEnumSourceFiles(const DIASession &PDBSession, 32 const DIASession &Session;
|
D | DIASourceFile.h | 17 class DIASession; variable 21 explicit DIASourceFile(const DIASession &Session, 31 const DIASession &Session;
|
D | DIAEnumSymbols.h | 18 class DIASession; variable 22 explicit DIAEnumSymbols(const DIASession &Session, 32 const DIASession &Session;
|
D | DIASession.h | 18 class DIASession : public IPDBSession { 20 explicit DIASession(CComPtr<IDiaSession> DiaSession);
|
D | DIARawSymbol.h | 17 class DIASession; variable 20 DIARawSymbol(const DIASession &PDBSession, CComPtr<IDiaSymbol> DiaSymbol); 201 const DIASession &Session;
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 27 return DIASession::createFromPdb(Path, Session); in loadDataForPDB() 36 return DIASession::createFromExe(Path, Session); in loadDataForEXE()
|
D | CMakeLists.txt | 22 DIA/DIASession.cpp
|
/external/llvm/include/llvm/ |
D | module.modulemap | 81 exclude header "DebugInfo/PDB/DIA/DIASession.h"
|