Searched refs:name_strref (Results 1 – 1 of 1) sorted by relevance
2724 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local2729 if (name_strref.starts_with(ivar_prefix)) { in LookupRuntimeSymbol()2731 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()2762 } else if (name_strref.starts_with(class_prefix)) { in LookupRuntimeSymbol()2764 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()