Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DLanguageRuntime.h169 virtual lldb::addr_t LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1956 lldb::addr_t AppleObjCRuntimeV2::LookupRuntimeSymbol(ConstString name) { in LookupRuntimeSymbol() function in AppleObjCRuntimeV2