Searched refs:ContextStr (Results 1 – 2 of 2) sorted by relevance
518 SampleContext(StringRef ContextStr,522 assert(!ContextStr.empty());525 bool HasContext = ContextStr.startswith("[");528 Name = ContextStr;532 createCtxVectorFromStr(ContextStr, Context);539 static void createCtxVectorFromStr(StringRef ContextStr,542 ContextStr = ContextStr.substr(1, ContextStr.size() - 2);543 StringRef ContextRemain = ContextStr;558 static void decodeContextString(StringRef ContextStr, StringRef &FName,561 auto EntrySplit = ContextStr.split(':');
175 std::string ContextStr = Context.str(); in failIfError() local176 if (ContextStr.empty()) in failIfError()186 std::string ContextStr = Context.str(); in failIfError() local187 if (ContextStr.empty()) in failIfError()