Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dllvm-rs-as.cpp43 OutputFilename("o", cl::desc("Override output filename"), variable
74 if (OutputFilename.empty()) { in WriteOutputFile()
76 OutputFilename = "-"; in WriteOutputFile()
82 OutputFilename = std::string(IFN.begin(), IFN.end()-3); in WriteOutputFile()
84 OutputFilename = IFN; // Append a .bc to it in WriteOutputFile()
86 OutputFilename += ".bc"; in WriteOutputFile()
92 (new tool_output_file(OutputFilename.c_str(), ErrorInfo, in WriteOutputFile()
/frameworks/compile/libbcc/tools/bcc_strip_attr/
Dbcc_strip_attr.cpp39 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"), variable
130 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, in main()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp261 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); in main() local
262 if (OutputFilename.empty()) { in main()
268 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), OptRuntimePath.c_str())) { in main()