Searched refs:OutputSparse (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 329 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument 350 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile() 550 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument 575 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile() 888 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local 978 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main() 985 OutputFormat, OutputSparse, NumThreads, FailureMode); in merge_main()
|