Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2138 uint32_t TopN, bool ShowIndirectCallTargets, in showInstrProfile() argument
2249 if (ShowIndirectCallTargets) in showInstrProfile()
2267 if (ShowIndirectCallTargets) { in showInstrProfile()
2316 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
2585 cl::opt<bool> ShowIndirectCallTargets( in show_main() local
2677 Filename, ShowCounts, TopNFunctions, ShowIndirectCallTargets, in show_main()