Searched refs:Slang (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/slang/
H A Dslang.cpp104 bool Slang::GlobalInitialized = false;
107 clang::LangOptions Slang::LangOpts;
110 clang::CodeGenOptions Slang::CodeGenOpts;
114 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
139 void Slang::GlobalInitialization() {
166 void Slang::LLVMErrorHandler(void *UserData, const std::string &Message) {
174 void Slang::createTarget(const std::string &Triple, const std::string &CPU,
191 void Slang::createFileManager() {
196 void Slang::createSourceManager() {
200 void Slang
256 Slang::Slang() : mInitialized(false), mDiagClient(NULL), mOT(OT_Default) { function in class:slang::Slang
[all...]
H A Dllvm-rs-cc.cpp116 slang::Slang::OutputType mOutputType;
156 mOutputType = slang::Slang::OT_Bitcode;
216 Opts.mOutputType = slang::Slang::OT_Dependency;
221 Opts.mOutputType = slang::Slang::OT_Bitcode;
233 Opts.mOutputType = slang::Slang::OT_Assembly;
237 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
241 Opts.mOutputType = slang::Slang::OT_Bitcode;
245 Opts.mOutputType = slang::Slang::OT_Nothing;
255 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
256 (Opts.mOutputType != slang::Slang
[all...]
H A Dslang_rs.h36 class SlangRS : public Slang {
89 Slang::OutputType OT);
115 // @OutputType - See Slang::OutputType.
142 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
H A Dslang_backend.cpp103 if ((mOT != Slang::OT_Assembly) && (mOT != Slang::OT_Object))
192 if (mOT == Slang::OT_Object) {
209 Slang::OutputType OT)
284 mpModule->getOrInsertNamedMetadata(Slang::PragmaMetadataName);
324 case Slang::OT_Assembly:
325 case Slang::OT_Object: {
340 case Slang::OT_LLVMAssembly: {
346 case Slang::OT_Bitcode: {
379 case Slang
[all...]
H A Dslang_backend.h57 Slang::OutputType mOT;
109 Slang::OutputType OT);
H A Dslang_rs.cpp238 Slang::OutputType OT) {
274 : Slang(), mRSContext(NULL), mAllowRSPrefix(false), mTargetAPI(0),
283 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
326 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
347 if (Slang::compile() > 0)
350 if (OutputType != Slang::OT_Dependency) {
377 if ((OutputType == Slang::OT_Bitcode) &&
420 Slang::reset();
H A Dslang_rs_backend.h85 Slang::OutputType OT,
H A Dslang.h58 class Slang : public clang::ModuleLoader { class in namespace:slang
169 Slang();
229 virtual ~Slang();
H A Dslang_rs_backend.cpp55 Slang::OutputType OT,

Completed in 164 milliseconds