OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOT
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_backend.h
67
Slang::OutputType
mOT
;
slang.h
148
OutputType
mOT
;
237
void setOutputType(OutputType OT) {
mOT
= OT; }
slang_backend.cpp
117
if ((
mOT
!= Slang::OT_Assembly) && (
mOT
!= Slang::OT_Object))
195
if (
mOT
== Slang::OT_Object) {
217
mOT
(OT), mGen(nullptr), mPerFunctionPasses(nullptr),
309
switch (
mOT
) {
slang.cpp
249
mOT
(OT_Default), mRSContext(nullptr), mAllowRSPrefix(false), mTargetAPI(0),
316
switch (
mOT
) {
418
mBackend.reset(createBackend(Opts, CodeGenOpts, &mOS->os(),
mOT
));
Completed in 103 milliseconds