Home | History | Annotate | Download | only in slang

Lines Matching refs:OutputFile

67   std::string OutputFile(OutputDir);
70 if (!OutputFile.empty() &&
71 (OutputFile[OutputFile.size() - 1]) != OS_PATH_SEPARATOR)
72 OutputFile.append(1, OS_PATH_SEPARATOR);
75 OutputFile.append(PathSuffix);
76 OutputFile.append(1, OS_PATH_SEPARATOR);
82 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
84 OutputFile.append(
90 OutputFile.append(".d");
94 OutputFile.append(".S");
98 OutputFile.append(".ll");
102 OutputFile.append(".o");
106 OutputFile.append(".bc");
115 return SaveStringInSet(SavedStrings, OutputFile);
165 const char *OutputFile = BCOutputFile;
175 OutputFile = DepOutputFile;
181 IOFiles->push_back(std::make_pair(InputFile, OutputFile));