Searched refs:PathSuffix (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp68 const std::string &PathSuffix,
82 if (!PathSuffix.empty()) {
83 OutputFile.append(PathSuffix);
150 std::string PathSuffix = ""; local
155 PathSuffix = "bc64";
157 PathSuffix = "bc32";
165 PathSuffix, InputFile,
171 // The dependency file is always emitted without a PathSuffix.
67 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, StringSet *SavedStrings) argument

Completed in 31 milliseconds