Home
last modified time | relevance | path

Searched defs:LookupRuntimeSymbol (Results 1 – 2 of 2) 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.cpp2699 lldb::addr_t AppleObjCRuntimeV2::LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function in AppleObjCRuntimeV2