Searched refs:name_strref (Results 1 – 1 of 1) sorted by relevance
2705 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local2710 if (name_strref.starts_with(ivar_prefix)) { in LookupRuntimeSymbol()2712 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()2743 } else if (name_strref.starts_with(class_prefix)) { in LookupRuntimeSymbol()2745 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()