Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp36 using google::protobuf::TextFormat;
77 TextFormat::PrintToString(SE, OutStr); in serialize()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2143 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
2172 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
2178 if (TextFormat && IsIRInstr) in showInstrProfile()
2190 bool doTextFormatDump = (Show && TextFormat); in showInstrProfile()
2284 if (TextFormat || ShowCovered) in showInstrProfile()
2582 cl::opt<bool> TextFormat( in show_main() local
2680 TextFormat, ShowBinaryIds, ShowCovered, OS); in show_main()