Searched refs:ivar_prefix (Results 1 – 1 of 1) sorted by relevance
2576 llvm::StringRef ivar_prefix("OBJC_IVAR_$_"); in LookupRuntimeSymbol() local2579 if (name_strref.startswith(ivar_prefix)) { in LookupRuntimeSymbol()2581 name_strref.substr(ivar_prefix.size()); in LookupRuntimeSymbol()