Searched refs:name_strref (Results 1 – 1 of 1) sorted by relevance
2557 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local2562 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()