Home
last modified time | relevance | path

Searched refs:OT (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang.h213 OutputType OT);
240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
Dslang_backend.h174 Slang::OutputType OT,
Dslang.cpp229 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument
232 CodeGenOpts, getTargetOptions(), &mPragmas, OS, OT, in createBackend()
Dslang_backend.cpp250 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend() argument
254 mOT(OT), mGen(nullptr), mPerFunctionPasses(nullptr), in Backend()