Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp326 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
350 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
531 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
556 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
868 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local
954 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main()
961 OutputFormat, OutputSparse, NumThreads, FailureMode); in merge_main()