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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp67 const std::string &PathSuffix,
81 if (!PathSuffix.empty()) {
82 OutputFile.append(PathSuffix);
149 std::string PathSuffix = ""; local
154 PathSuffix = "bc64";
156 PathSuffix = "bc32";
164 PathSuffix, InputFile,
170 // The dependency file is always emitted without a PathSuffix.
66 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, StringSet *SavedStrings) argument

Completed in 55 milliseconds