Home
last modified time | relevance | path

Searched refs:slang (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/compile/slang/
Dllvm-rs-cc.cpp127 slang::Slang::OutputType mOutputType;
147 slang::BitCodeStorageType mBitcodeStorage;
167 mOutputType = slang::Slang::OT_Bitcode; in RSCCOptions()
173 mBitcodeStorage = slang::BCST_APK_RESOURCE; in RSCCOptions()
227 Opts.mOutputType = slang::Slang::OT_Dependency; in ParseArguments()
232 Opts.mOutputType = slang::Slang::OT_Bitcode; in ParseArguments()
244 Opts.mOutputType = slang::Slang::OT_Assembly; in ParseArguments()
248 Opts.mOutputType = slang::Slang::OT_LLVMAssembly; in ParseArguments()
252 Opts.mOutputType = slang::Slang::OT_Bitcode; in ParseArguments()
256 Opts.mOutputType = slang::Slang::OT_Nothing; in ParseArguments()
[all …]
DAndroid.mk72 slang.cpp \
91 input_data_file := frameworks/compile/slang/rslib.bc
107 LOCAL_MODULE := slang-data
112 LOCAL_SRC_FILES := slang-data.c
225 include frameworks/compile/slang/RSSpec.mk
Dslang_rs_exportable.cpp19 namespace slang { namespace
Dslang_utils.h26 namespace slang {
Dslang_utils.cpp25 namespace slang { namespace
Dslang_rs_reflect_utils.h22 namespace slang {
DSlangData.mk26 SLANG_DATA := frameworks/compile/slang/slangdata.py
Dslang_rs_exportable.h22 namespace slang {
Dslang_rs_export_element.h34 namespace slang {
Dslang_pragma_recorder.h31 namespace slang {
Dslang_diagnostic_buffer.h30 namespace slang {
Dslang_rs_export_var.h30 namespace slang {
Dslang_rs_check_ast.h24 namespace slang {
Dslang_diagnostic_buffer.cpp26 namespace slang { namespace
Dslang_rs_pragma_handler.h30 namespace slang {
Dslang_rs_reflection_base.h32 namespace slang {
Dslang_rs_export_func.h40 namespace slang {
Dslang_rs_reflection_cpp.h27 namespace slang {
Dslang_rs_ast_replace.h31 namespace slang {
Dslang_rs_backend.h39 namespace slang {
/frameworks/compile/slang/lit-tests/
Dlit.cfg23 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')
26 config.target_triple = 'slang'
45 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(config.base_path, 'out', 'host', 'linu…
48 …_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
59 lit.note('using slang: %r' % config.slang)
65 config.substitutions.append( ('%Slang', ' ' + config.slang + ' ' + config.slang_includes + ' ' + co…
/frameworks/compile/slang/BitWriter_3_2/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
33 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_2_9_func/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/slang/BitWriter_2_9/
DAndroid.mk16 LOCAL_C_INCLUDES += frameworks/compile/slang
/frameworks/compile/libbcc/bcinfo/
DAndroid.mk44 $(LOCAL_PATH)/../../slang

123