HomeSort by relevance Sort by last modified time
    Searched full:slang (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /frameworks/compile/slang/lit-tests/P_alloc_in_struct/
alloc_in_struct.rs 1 // RUN: %Slang %s
  /frameworks/compile/slang/lit-tests/
run-lit-tests.sh 4 TESTS=$ANDROID_BUILD_TOP/frameworks/compile/slang/lit-tests
lit.cfg 24 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests')
27 config.target_triple = 'slang'
47 config.slang = inferTool('llvm-rs-cc', 'SLANG', os.path.join(os.getenv('ANDROID_HOST_OUT'), 'bin')).replace('\\', '/')
51 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
52 config.scriptc_filecheck_wrapper = inferTool('scriptc-filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', 'compile', 'slang', 'lit-tests'))
63 lit_config.note('using slang: %r' % config.slang)
70 config.substitutions.append( ('%Slang', ' ' + config.slang + ' ' + config.slang_includes + ' ' + config.slang_options )
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 40 #include "slang.h"
69 slang::Slang::OutputType OutputType,
71 if (OutputType == slang::Slang::OT_Nothing)
86 if (OutputType == slang::Slang::OT_Dependency) {
89 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
92 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
96 case slang::Slang::OT_Dependency:
    [all...]
slang_bitcode_gen.h 27 namespace slang { namespace
37 } // end namespace slang
slang_pragma_list.h 24 namespace slang { namespace
28 } // namespace slang
slang_rs_exportable.cpp 19 namespace slang { namespace
33 } // namespace slang
slang_rs_special_func.h 26 namespace slang { namespace
58 slang::RSContext *Context,
63 } // namespace slang
rs_cc_options.h 24 #include "slang.h"
39 namespace slang { namespace
52 slang::Slang::OutputType mOutputType;
73 slang::BitCodeStorageType mBitcodeStorage;
112 mOutputType = slang::Slang::OT_Bitcode;
114 mBitcodeStorage = slang::BCST_APK_RESOURCE;
146 } // namespace slang
slang.cpp 17 #include "slang.h"
94 namespace slang { namespace
125 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
151 void Slang::createTarget(uint32_t BitWidth) {
167 void Slang::createFileManager() {
172 void Slang::createSourceManager() {
176 void Slang::createPreprocessor() {
223 void Slang::createASTContext() {
232 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts,
242 Slang::Slang(uint32_t BitWidth, clang::DiagnosticsEngine *DiagEngine
    [all...]
slang_rs_export_element.h 34 namespace slang { namespace
70 } // namespace slang
slang_rs_exportable.h 22 namespace slang { namespace
62 } // namespace slang
strip_unknown_attributes.h 20 namespace slang { namespace
42 } // namespace slang
slang_backend.h 26 #include "slang.h"
55 namespace slang { namespace
67 Slang::OutputType mOT;
139 // unoptimized IR, etc.). After the return from this method, slang will start
147 // method, slang will start doing optimization and code generation for @M.
160 Slang::OutputType OT,
196 } // namespace slang
slang_rs_check_ast.h 25 namespace slang { namespace
32 slang::RSContext *Context;
77 } // namespace slang
  /frameworks/compile/slang/lit-tests/debug/
debug_disabled.rs 1 // RUN: %Slang %s
debug_enabled.rs 1 // RUN: %Slang -g %s
  /frameworks/compile/libbcc/tests/
README.lit 3 checkbuild` or by doing `mm` from frameworks/compile/slang.
  /frameworks/compile/slang/lit-tests/P_compute/
compute.rs 1 // RUN: %Slang %s
  /external/autotest/client/tests/flail/
control 10 Fuzzing is slang for fault injection . It runs all system calls
  /external/autotest/client/tests/fsfuzzer/
control 11 Fuzzing is slang for fault injection via random inputs. The goal is to
  /external/autotest/client/tests/kvm/autotest_control/
flail.control 11 Fuzzing is slang for fault injection . It runs all system calls
  /frameworks/compile/slang/lit-tests/P_ref_count/
ref_count.rs 1 // RUN: %Slang %s
  /frameworks/compile/slang/BitWriter_3_2/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang
34 LOCAL_C_INCLUDES += frameworks/compile/slang
  /frameworks/compile/slang/BitWriter_2_9/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang

Completed in 1389 milliseconds

1 2 3 4 5