Searched refs:slang (Results 1 - 25 of 55) sorted by path

123

/frameworks/compile/libbcc/
H A DAndroid.mk21 include frameworks/compile/slang/rs_version.mk
/frameworks/compile/libbcc/bcinfo/
H A DAndroid.mk24 include frameworks/compile/slang/rs_version.mk
34 $(LOCAL_PATH)/../../slang
/frameworks/compile/slang/
H A DAndroid.mk71 slang.cpp \
H A Dllvm-rs-cc.cpp35 #include "slang.h"
62 slang::Slang::OutputType OutputType,
64 if (OutputType == slang::Slang::OT_Nothing)
79 if (OutputType == slang::Slang::OT_Dependency) {
82 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
85 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
89 case slang::Slang::OT_Dependency: {
93 case slang::Slang::OT_Assembly: {
97 case slang::Slang::OT_LLVMAssembly: {
101 case slang
[all...]
H A Drs_cc_options.cpp28 #include "slang.h"
79 llvm::opt::OptTable *slang::createRSCCOptTable() { return new RSCCOptTable(); }
81 void slang::ParseArguments(llvm::SmallVectorImpl<const char *> &ArgVector,
83 slang::RSCCOptions &Opts,
89 std::unique_ptr<llvm::opt::OptTable> OptParser(slang::createRSCCOptTable());
126 Opts.mOutputType = slang::Slang::OT_Dependency;
131 Opts.mOutputType = slang::Slang::OT_Bitcode;
141 Opts.mOutputType = slang::Slang::OT_Assembly;
145 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
149 Opts.mOutputType = slang
[all...]
H A Drs_cc_options.h24 #include "slang.h"
36 namespace slang { namespace
49 slang::Slang::OutputType mOutputType;
70 slang::BitCodeStorageType mBitcodeStorage;
102 mOutputType = slang::Slang::OT_Bitcode;
104 mBitcodeStorage = slang::BCST_APK_RESOURCE;
132 } // namespace slang
H A Dslang.cpp17 #include "slang.h"
99 namespace slang { namespace
443 // The core of the slang compiler
489 } // namespace slang
H A Dslang.h57 namespace slang { namespace
236 // Reset the slang compiler state such that it can be reused to compile
243 } // namespace slang
H A Dslang_backend.cpp63 namespace slang { namespace
407 } // namespace slang
H A Dslang_backend.h26 #include "slang.h"
45 namespace slang { namespace
90 // unoptimized IR, etc.). After the return from this method, slang will start
98 // method, slang will start doing optimization and code generation for @M.
137 } // namespace slang
H A Dslang_diagnostic_buffer.cpp26 namespace slang { namespace
85 } // namespace slang
H A Dslang_diagnostic_buffer.h30 namespace slang { namespace
61 } // namespace slang
H A Dslang_pragma_recorder.cpp26 namespace slang { namespace
114 } // namespace slang
H A Dslang_pragma_recorder.h31 namespace slang { namespace
52 } // namespace slang
H A Dslang_rs.cpp43 namespace slang { namespace
458 } // namespace slang
H A Dslang_rs.h20 #include "slang.h"
32 namespace slang { namespace
130 } // namespace slang
H A Dslang_rs_ast_replace.cpp23 namespace slang { namespace
157 } // namespace slang
H A Dslang_rs_ast_replace.h31 namespace slang { namespace
86 } // namespace slang
H A Dslang_rs_backend.cpp47 namespace slang { namespace
524 } // namespace slang
H A Dslang_rs_backend.h39 namespace slang { namespace
96 } // namespace slang
H A Dslang_rs_check_ast.cpp24 namespace slang { namespace
294 } // namespace slang
H A Dslang_rs_check_ast.h25 namespace slang { namespace
32 slang::RSContext *Context;
77 } // namespace slang
/frameworks/compile/slang/BitWriter_2_9/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_2_9_func/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_3_2/
H A DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
37 LOCAL_C_INCLUDES += frameworks/compile/slang

Completed in 900 milliseconds

123