Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp40 Session->findSymbolByAddress(Address, PDB_SymType::None); in getLineInfoForAddress()
103 Session->findSymbolByAddress(Address, PDB_SymType::PublicSymbol); in getFunctionName()
109 Session->findSymbolByAddress(Address, PDB_SymType::Function); in getFunctionName()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h33 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h47 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp144 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { in findSymbolByAddress() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp77 findSymbolByAddress(uint64_t Address, PDB_SymType Type) const override { in findSymbolByAddress() function in __anon767b75250111::MockSession