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

  /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-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);
ProfiledBinary.cpp 137 std::string ContextStr;
PerfReader.cpp 351 std::string ContextStr;
360 if (ContextStr.size())
361 ContextStr += " @ ";
362 ContextStr += Context;
365 return 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 18 milliseconds