Searched refs:OutputFilename (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/ |
D | llvm-rs-as.cpp | 44 OutputFilename("o", cl::desc("Override output filename"), variable 72 if (OutputFilename.empty()) { in WriteOutputFile() 74 OutputFilename = "-"; in WriteOutputFile() 80 OutputFilename = std::string(IFN.begin(), IFN.end()-3); in WriteOutputFile() 82 OutputFilename = IFN; // Append a .bc to it in WriteOutputFile() 84 OutputFilename += ".bc"; in WriteOutputFile() 90 (new tool_output_file(OutputFilename.c_str(), EC, llvm::sys::fs::F_None)); in WriteOutputFile()
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 39 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"), variable 134 tool_output_file Out(OutputFilename.c_str(), EC, in main()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 268 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); in main() local 269 if (OutputFilename.empty()) { in main() 274 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), nullptr, OptRuntimePath.c_str(), false)) { in main()
|