Searched refs:ContextStr (Results 1 – 2 of 2) sorted by relevance
557 SampleContext(StringRef ContextStr,561 assert(!ContextStr.empty());564 bool HasContext = ContextStr.starts_with("[");567 Func = FunctionId(ContextStr);571 createCtxVectorFromStr(ContextStr, Context);578 static void createCtxVectorFromStr(StringRef ContextStr,581 ContextStr = ContextStr.substr(1, ContextStr.size() - 2);582 StringRef ContextRemain = ContextStr;597 static void decodeContextString(StringRef ContextStr,601 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()