Searched refs:OT (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang.h | 213 OutputType OT); 240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
|
D | slang_backend.h | 174 Slang::OutputType OT,
|
D | slang.cpp | 229 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument 232 CodeGenOpts, getTargetOptions(), &mPragmas, OS, OT, in createBackend()
|
D | slang_backend.cpp | 250 llvm::raw_ostream *OS, Slang::OutputType OT, in Backend() argument 254 mOT(OT), mGen(nullptr), mPerFunctionPasses(nullptr), in Backend()
|