Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp675 bool TextFormat, raw_fd_ostream &OS) { in showInstrProfile() argument
702 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
708 if (TextFormat && IsIRInstr) in showInstrProfile()
716 bool doTextFormatDump = (Show && TextFormat); in showInstrProfile()
802 if (TextFormat) in showInstrProfile()
884 cl::opt<bool> TextFormat( in show_main() local
945 ShowFunction, TextFormat, OS); in show_main()