Searched refs:name_strref (Results 1 – 2 of 2) sorted by relevance
347 auto name_strref = named_attr.first.str(); in ConvertAttributes() local349 absl::string_view name(name_strref.data(), name_strref.size()); in ConvertAttributes()376 name_strref, "') unimplemented"); in ConvertAttributes()390 "Unhandled attribute kind for attribute '", name_strref, in ConvertAttributes()
1962 llvm::StringRef name_strref(name_cstr); in LookupRuntimeSymbol() local1967 if (name_strref.startswith(ivar_prefix)) { in LookupRuntimeSymbol()1969 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()1999 } else if (name_strref.startswith(class_prefix)) { in LookupRuntimeSymbol()2001 name_strref.substr(class_prefix.size()); in LookupRuntimeSymbol()