Home
last modified time | relevance | path

Searched refs:ContextStr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h557 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(':');
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp170 std::string ContextStr = Context.str(); in failIfError() local
171 if (ContextStr.empty()) in failIfError()
181 std::string ContextStr = Context.str(); in failIfError() local
182 if (ContextStr.empty()) in failIfError()