Searched refs:ContextStr (Results 1 – 2 of 2) sorted by relevance
545 SampleContext(StringRef ContextStr,549 assert(!ContextStr.empty());552 bool HasContext = ContextStr.starts_with("[");555 Func = FunctionId(ContextStr);559 createCtxVectorFromStr(ContextStr, Context);566 static void createCtxVectorFromStr(StringRef ContextStr,569 ContextStr = ContextStr.substr(1, ContextStr.size() - 2);570 StringRef ContextRemain = ContextStr;585 static void decodeContextString(StringRef ContextStr,589 auto EntrySplit = ContextStr.split(':');
170 std::string ContextStr = Context.str(); in failIfError() local171 if (ContextStr.empty()) in failIfError()181 std::string ContextStr = Context.str(); in failIfError() local182 if (ContextStr.empty()) in failIfError()