Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2142 uint64_t ValueCutoff, bool OnlyListBelow, in showInstrProfile() argument
2172 if (!TextFormat && OnlyListBelow) { in showInstrProfile()
2219 if (OnlyListBelow) { in showInstrProfile()
2224 } else if (OnlyListBelow) in showInstrProfile()
2625 cl::opt<bool> OnlyListBelow( in show_main() local
2679 ShowAllFunctions, ShowCS, ValueCutoff, OnlyListBelow, ShowFunction, in show_main()