Searched refs:ContextStr (Results 1 – 3 of 3) sorted by relevance
413 setContext(ContextStr, CState);429 splitContextString(StringRef ContextStr) {430 return ContextStr.split(" @ ");451 static void decodeContextString(StringRef ContextStr, StringRef &FName,454 auto EntrySplit = ContextStr.split(':');490 void setContext(StringRef ContextStr, ContextStateMask CState) {491 assert(!ContextStr.empty());494 bool HasContext = ContextStr.startswith("[");497 Name = FullContext = ContextStr;507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);[all …]
377 StringRef ContextStr = FProfile.getNameWithContext(); in canonicalizeContextProfiles() local378 if (I.first() == ContextStr) in canonicalizeContextProfiles()393 auto Ret = ProfilesToBeAdded.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles()
160 std::string ContextStr = Context.str(); in failIfError() local161 if (ContextStr.empty()) in failIfError()171 std::string ContextStr = Context.str(); in failIfError() local172 if (ContextStr.empty()) in failIfError()