Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h145 std::unordered_set<std::string> BracketedContextStr; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp465 auto It = BracketedContextStr.insert("[" + FName.str() + "]"); in addName()