Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2038 bool ShowMemOPSizes, bool ShowDetailedSummary, in showInstrProfile() argument
2147 if (ShowMemOPSizes && NumMemOPCalls > 0) in showInstrProfile()
2167 if (ShowMemOPSizes && NumMemOPCalls > 0) { in showInstrProfile()
2215 if (ShownFunctions && ShowMemOPSizes) { in showInstrProfile()
2427 cl::opt<bool> ShowMemOPSizes( in show_main() local
2497 ShowIndirectCallTargets, ShowMemOPSizes, in show_main()