Searched refs:ivar_prefix (Results 1 – 1 of 1) sorted by relevance
2707 llvm::StringRef ivar_prefix("OBJC_IVAR_$_"); in LookupRuntimeSymbol() local2710 if (name_strref.starts_with(ivar_prefix)) { in LookupRuntimeSymbol()2712 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()