Home
last modified time | relevance | path

Searched refs:findSymbolByAddress (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp41 Session->findSymbolByAddress(Address, PDB_SymType::None); in getLineInfoForAddress()
100 Session->findSymbolByAddress(Address, PDB_SymType::Function); in getFunctionName()
108 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol); in getFunctionName()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp42 Session->findSymbolByAddress(Address, PDB_SymType::None); in getLineInfoForAddress()
101 Session->findSymbolByAddress(Address, PDB_SymType::Function); in getFunctionName()
109 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol); in getFunctionName()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h38 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h48 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h37 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h46 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h43 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp89 RawSession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() function in RawSession
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h62 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp162 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp199 NativeSession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() function in NativeSession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp78 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override { in findSymbolByAddress() function in __anon767b75250111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp201 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp87 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override { in findSymbolByAddress() function in __anonbc2b3d5d0111::MockSession