Home | History | Annotate | Download | only in slang

Lines Matching refs:OutputFile

76   std::string OutputFile(OutputDir);
79 if (!OutputFile.empty() &&
80 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
81 OutputFile.append(1, OS_PATH_SEPARATOR);
84 OutputFile.append(PathSuffix);
85 OutputFile.append(1, OS_PATH_SEPARATOR);
91 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
93 OutputFile.append(
99 OutputFile.append(".d");
103 OutputFile.append(".S");
107 OutputFile.append(".ll");
111 OutputFile.append(".o");
115 OutputFile.append(".bc");
124 return SavedStrings->save(OutputFile.c_str());
169 const char *OutputFile = BCOutputFile;
179 OutputFile = DepOutputFile;
185 IOFiles->push_back(std::make_pair(InputFile, OutputFile));