Home | History | Annotate | Download | only in pp

Lines Matching refs:assembly

40 	bool assembly;
80 popt::option(options::assembly, "assembly", 'a', "output assembly"),
98 if (!assembly && !source) {
99 cerr << "you must specify at least --source or --assembly\n";
103 if (!objdump_params.empty() && !assembly) {
104 cerr << "--objdump-params is meaningless without --assembly\n";
115 if (assembly && !output_dir.empty()) {
116 cerr << "--output-dir is meaningless with --assembly" << endl;
140 // or assembly point of view the result will be merged anyway