Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h217 std::string TempString; variable
218 raw_string_ostream SS(TempString);
233 OS << TotalCount << " total counts : " << TempString;
H A DBinaryFunction.h93 std::string TempString; variable
94 raw_string_ostream SS(TempString);
108 OS << TotalCount << " (" << TotalMispreds << " misses) :" << TempString;