Home | History | Annotate | Download | only in llc

Lines Matching full:outputfilename

65 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
149 if (OutputFilename.empty()) {
151 OutputFilename = "-";
156 OutputFilename = IFN.drop_back(3);
158 OutputFilename = IFN.drop_back(4);
160 OutputFilename = IFN;
166 OutputFilename += ".cbe.c";
168 OutputFilename += ".cpp";
170 OutputFilename += ".s";
172 OutputFilename += ".s";
176 OutputFilename += ".obj";
178 OutputFilename += ".o";
181 OutputFilename += ".null";
203 auto FDOut = llvm::make_unique<tool_output_file>(OutputFilename, EC,