Home
last modified time | relevance | path

Searched defs:LookupRuntimeSymbol (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguageRuntime.h182 virtual lldb::addr_t LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntimeV2.cpp1988 lldb::addr_t AppleObjCRuntimeV2::LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function in AppleObjCRuntimeV2