Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dllvm-rs-cc.cpp72 slang::Slang::OutputType OutputType, in DetermineOutputFile() argument
74 if (OutputType == slang::Slang::OT_Nothing) in DetermineOutputFile()
89 if (OutputType == slang::Slang::OT_Dependency) { in DetermineOutputFile()
98 switch (OutputType) { in DetermineOutputFile()
Dslang.h80 enum OutputType { enum
151 OutputType mOT;
213 OutputType OT);
240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
Dslang_backend.h67 Slang::OutputType mOT;
174 Slang::OutputType OT,
Drs_cc_options.h52 slang::Slang::OutputType mOutputType;
Dslang.cpp229 llvm::raw_ostream *OS, OutputType OT) { in createBackend()
Dslang_backend.cpp250 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend()