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

/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp69 slang::Slang::OutputType OutputType,
71 if (OutputType == slang::Slang::OT_Nothing)
86 if (OutputType == slang::Slang::OT_Dependency) {
95 switch (OutputType) {
66 DetermineOutputFile(const std::string &OutputDir, const std::string &PathSuffix, const char *InputFile, slang::Slang::OutputType OutputType, StringSet *SavedStrings) argument
H A Dslang.h77 enum OutputType { enum in class:slang::Slang
148 OutputType mOT;
210 OutputType OT);
237 void setOutputType(OutputType OT) { mOT = OT; }

Completed in 563 milliseconds