Searched defs:OutputType (Results 1 - 2 of 2) sorted by path

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp62 slang::Slang::OutputType OutputType,
64 if (OutputType == slang::Slang::OT_Nothing)
79 if (OutputType == slang::Slang::OT_Dependency) {
88 switch (OutputType) {
59 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, std::set<std::string> &SavedStrings) argument
H A Dslang.h69 enum OutputType { enum in class:slang::Slang
134 OutputType mOT;
164 OutputType OT);
193 void setOutputType(OutputType OT) { mOT = OT; }

Completed in 308 milliseconds