Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2557 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local
2562 if (name_strref.startswith(ivar_prefix)) { in LookupRuntimeSymbol()
2564 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()
2595 } else if (name_strref.startswith(class_prefix)) { in LookupRuntimeSymbol()
2597 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()