Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dllvm-rs-cc.cpp69 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument
71 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
86 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
95 switch (OutputType) { in DetermineOutputFile()
Dslang.h77 enum OutputType { enum
148 OutputType mOT;
210 OutputType OT);
237 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
Dslang_backend.h67 Slang::OutputType mOT;
160 Slang::OutputType OT,
Drs_cc_options.h52 slang::Slang::OutputType mOutputType;
Dslang.cpp233 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
Dslang_backend.cpp213 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend()