Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2042 const std::string &ShowFunction, bool TextFormat, in showInstrProfile() argument
2070 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
2076 if (TextFormat && IsIRInstr) in showInstrProfile()
2089 bool doTextFormatDump = (Show && TextFormat); in showInstrProfile()
2177 if (TextFormat) in showInstrProfile()
2421 cl::opt<bool> TextFormat( in show_main() local
2500 OnlyListBelow, ShowFunction, TextFormat, OS); in show_main()