Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp36 using google::protobuf::TextFormat;
290 google::protobuf::TextFormat::PrintToString(SE, &OutStr); in print()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2071 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
2099 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
2105 if (TextFormat && IsIRInstr) in showInstrProfile()
2118 bool doTextFormatDump = (Show && TextFormat); in showInstrProfile()
2206 if (TextFormat) in showInstrProfile()
2455 cl::opt<bool> TextFormat( in show_main() local
2533 TextFormat, ShowBinaryIds, OS); in show_main()