Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguageRuntime.h203 virtual lldb::addr_t LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.h79 lldb::addr_t LookupRuntimeSymbol(ConstString name) override;
HDAppleObjCRuntimeV2.cpp1256 ivar_offset_address = LookupRuntimeSymbol(ivar_const_str); in GetByteOffsetForIvar()
2699 lldb::addr_t AppleObjCRuntimeV2::LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function in AppleObjCRuntimeV2
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDIRExecutionUnit.cpp846 lldb::addr_t symbol_load_addr = runtime->LookupRuntimeSymbol(name); in FindInRuntimes()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp609 symbol_load_addr = runtime->LookupRuntimeSymbol(name); in GetSymbolAddress()