Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h203 virtual lldb::addr_t LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h79 lldb::addr_t LookupRuntimeSymbol(ConstString name) override;
H A DAppleObjCRuntimeV2.cpp1256 ivar_offset_address = LookupRuntimeSymbol(ivar_const_str); in GetByteOffsetForIvar()
2699 lldb::addr_t AppleObjCRuntimeV2::LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function in AppleObjCRuntimeV2
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp846 lldb::addr_t symbol_load_addr = runtime->LookupRuntimeSymbol(name); in FindInRuntimes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp609 symbol_load_addr = runtime->LookupRuntimeSymbol(name); in GetSymbolAddress()