Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2069 bool ShowAllFunctions, bool ShowCS, in showInstrProfile() argument
2111 if (FuncIsCS != ShowCS) in showInstrProfile()
2477 cl::opt<bool> ShowCS("showcs", cl::init(false), in show_main() local
2532 ShowAllFunctions, ShowCS, ValueCutoff, OnlyListBelow, ShowFunction, in show_main()