HomeSort by: relevance | last modified time | path
    Searched refs:ContextStr (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.cpp 45 std::string ContextStr;
49 ContextStr += FuncName.str();
51 ContextStr += Twine(std::get<0>(Cur->ISite)).str();
53 ContextStr += ":";
54 ContextStr += Twine(std::get<1>(Cur->ISite)).str();
55 ContextStack.emplace_back(ContextStr);
PerfReader.cpp 351 std::string ContextStr;
360 if (ContextStr.size())
361 ContextStr += " @ ";
362 ContextStr += Context;
365 return ContextStr;
ProfileGenerator.cpp 198 CSProfileGenerator::getFunctionProfileForContext(StringRef ContextStr,
200 auto Ret = ProfileMap.try_emplace(ContextStr, FunctionSamples());
204 auto It = ContextStrings.insert(ContextStr.str());
ProfiledBinary.cpp 137 std::string ContextStr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 408 SampleContext(StringRef ContextStr, ContextStateMask CState = UnknownContext)
410 setContext(ContextStr, CState);
426 splitContextString(StringRef ContextStr) {
427 return ContextStr.split(" @ ");
431 // `ContextStr` is in the form of `FuncName:StartLine.Discriminator`.
432 static void decodeContextString(StringRef ContextStr, StringRef &FName,
435 auto EntrySplit = ContextStr.split(':');
470 // `ContextStr`: `[main:3 @ _Z5funcAi:1 @ _Z8funcLeafi]`
471 void setContext(StringRef ContextStr, ContextStateMask CState) {
472 assert(!ContextStr.empty())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 377 StringRef ContextStr = FProfile.getNameWithContext();
378 if (I.first() == ContextStr)
384 auto Ret = ProfileMap.try_emplace(ContextStr, FProfile);
389 ProfilesToBeRemoved.erase(ContextStr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 160 std::string ContextStr = Context.str();
161 if (ContextStr.empty())
171 std::string ContextStr = Context.str();
172 if (ContextStr.empty())

Completed in 24 milliseconds