Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2041 uint64_t ValueCutoff, bool OnlyListBelow, in showInstrProfile() argument
2070 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
2112 if (OnlyListBelow) { in showInstrProfile()
2117 } else if (OnlyListBelow) in showInstrProfile()
2463 cl::opt<bool> OnlyListBelow( in show_main() local
2500 OnlyListBelow, ShowFunction, TextFormat, OS); in show_main()