Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h374 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 …]
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp62 std::string ContextStr = Context.str(); in failIfError() local
63 if (ContextStr == "") in failIfError()
73 std::string ContextStr = Context.str(); in failIfError() local
74 if (ContextStr == "") in failIfError()
/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp152 CSProfileGenerator::getFunctionProfileForContext(StringRef ContextStr) { in getFunctionProfileForContext() argument
153 auto Ret = ProfileMap.try_emplace(ContextStr, FunctionSamples()); in getFunctionProfileForContext()
DProfiledBinary.cpp125 std::string ContextStr; in getExpandedContextStr() local
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp160 std::string ContextStr = Context.str(); in failIfError() local
161 if (ContextStr.empty()) in failIfError()
171 std::string ContextStr = Context.str(); in failIfError() local
172 if (ContextStr.empty()) in failIfError()