Home
last modified time | relevance | path

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

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