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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp61 slang::Slang::OutputType OutputType,
63 if (OutputType == slang::Slang::OT_Nothing)
78 if (OutputType == slang::Slang::OT_Dependency) {
87 switch (OutputType) {
58 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, StringSet *SavedStrings) argument
H A Dslang.h74 enum OutputType { enum in class:slang::Slang
135 OutputType mOT;
194 OutputType OT);
221 void setOutputType(OutputType OT) { mOT = OT; }

Completed in 193 milliseconds