Searched refs:ContextStr (Results 1 – 5 of 5) sorted by relevance
374 SampleContext(StringRef ContextStr,376 setContext(ContextStr, CState);392 splitContextString(StringRef ContextStr) {393 return ContextStr.split(" @ ");398 static void decodeContextString(StringRef ContextStr, StringRef &FName,401 auto EntrySplit = ContextStr.split(':');433 void setContext(StringRef ContextStr, ContextStateMask CState) {434 assert(!ContextStr.empty());437 bool HasContext = ContextStr.startswith("[");440 Name = FullContext = ContextStr;[all …]
62 std::string ContextStr = Context.str(); in failIfError() local63 if (ContextStr == "") in failIfError()73 std::string ContextStr = Context.str(); in failIfError() local74 if (ContextStr == "") in failIfError()
152 CSProfileGenerator::getFunctionProfileForContext(StringRef ContextStr) { in getFunctionProfileForContext() argument153 auto Ret = ProfileMap.try_emplace(ContextStr, FunctionSamples()); in getFunctionProfileForContext()
125 std::string ContextStr; in getExpandedContextStr() local
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()