Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang.h69 enum OutputType { enum
134 OutputType mOT;
164 OutputType OT);
193 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
Dllvm-rs-cc.cpp62 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument
64 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
79 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
88 switch (OutputType) { in DetermineOutputFile()
Dslang_backend.h55 Slang::OutputType mOT;
107 Slang::OutputType OT);
Drs_cc_options.h49 slang::Slang::OutputType mOutputType;
Dslang_rs_backend.h89 Slang::OutputType OT,
Dslang_rs.h87 Slang::OutputType OT);
Dslang_backend.cpp209 Slang::OutputType OT) in Backend()
Dslang_rs.cpp233 Slang::OutputType OT) { in createBackend()
Dslang.cpp256 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
Dslang_rs_backend.cpp55 Slang::OutputType OT, in RSBackend()