Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h413 setContext(ContextStr, CState);
429 splitContextString(StringRef ContextStr) {
430 return ContextStr.split(" @ ");
451 static void decodeContextString(StringRef ContextStr, StringRef &FName,
454 auto EntrySplit = ContextStr.split(':');
490 void setContext(StringRef ContextStr, ContextStateMask CState) {
491 assert(!ContextStr.empty());
494 bool HasContext = ContextStr.startswith("[");
497 Name = FullContext = ContextStr;
507 FullContext = ContextStr.substr(1, ContextStr.size() - 2);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp377 StringRef ContextStr = FProfile.getNameWithContext(); in canonicalizeContextProfiles() local
378 if (I.first() == ContextStr) in canonicalizeContextProfiles()
393 auto Ret = ProfilesToBeAdded.try_emplace(ContextStr, FProfile); in canonicalizeContextProfiles()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A 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()