Searched refs:OutputSparse (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 122 ProfileFormat OutputFormat, bool OutputSparse) { in mergeInstrProfile() argument 134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile() 289 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local 317 OutputSparse); in merge_main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 240 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument 266 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile() 481 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local 514 OutputSparse, NumThreads); in merge_main()
|