Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp325 bool ShowIndirectCallTargets, in showInstrProfile() argument
375 if (ShowIndirectCallTargets) in showInstrProfile()
388 if (ShowIndirectCallTargets) { in showInstrProfile()
420 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
473 cl::opt<bool> ShowIndirectCallTargets( in show_main() local
513 return showInstrProfile(Filename, ShowCounts, ShowIndirectCallTargets, in show_main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp572 uint32_t TopN, bool ShowIndirectCallTargets, in showInstrProfile() argument
647 if (ShowIndirectCallTargets) in showInstrProfile()
665 if (ShowIndirectCallTargets) { in showInstrProfile()
705 if (ShownFunctions && ShowIndirectCallTargets) { in showInstrProfile()
761 cl::opt<bool> ShowIndirectCallTargets( in show_main() local
809 ShowIndirectCallTargets, ShowMemOPSizes, in show_main()