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

1 2 3 4

  /frameworks/compile/slang/lit-tests/P_alloc_in_struct/
alloc_in_struct.rs 1 // RUN: %Slang %s
  /frameworks/compile/slang/
llvm-rs-cc.cpp 47 #include "slang.h"
127 slang::Slang::OutputType mOutputType;
147 slang::BitCodeStorageType mBitcodeStorage;
167 mOutputType = slang::Slang::OT_Bitcode;
173 mBitcodeStorage = slang::BCST_APK_RESOURCE;
227 Opts.mOutputType = slang::Slang::OT_Dependency;
232 Opts.mOutputType = slang::Slang::OT_Bitcode
    [all...]
slang_rs_exportable.cpp 19 namespace slang { namespace
33 } // namespace slang
slang_utils.h 26 namespace slang { namespace
36 } // namespace slang
slang.cpp 17 #include "slang.h"
95 namespace slang { namespace
106 bool Slang::GlobalInitialized = false;
109 clang::LangOptions Slang::LangOpts;
112 clang::CodeGenOptions Slang::CodeGenOpts;
116 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
141 void Slang::GlobalInitialization() {
169 void Slang::LLVMErrorHandler(void *UserData, const std::string &Message,
178 void Slang::createTarget(const std::string &Triple, const std::string &CPU,
195 void Slang::createFileManager()
    [all...]
slang_rs_backend.h 39 namespace slang { namespace
90 Slang::OutputType OT,
97 } // namespace slang
slang_diagnostic_buffer.h 30 namespace slang { namespace
61 } // namespace slang
slang_pragma_recorder.h 31 namespace slang { namespace
52 } // namespace slang
slang_rs_export_element.h 34 namespace slang { namespace
70 } // namespace slang
slang_rs_exportable.h 22 namespace slang { namespace
62 } // namespace slang
slang_utils.cpp 25 namespace slang { namespace
37 } // namespace slang
slang_backend.h 26 #include "slang.h"
47 namespace slang { namespace
57 Slang::OutputType mOT;
92 // unoptimized IR, etc.). After the return from this method, slang will start
100 // method, slang will start doing optimization and code generation for @M.
109 Slang::OutputType OT);
139 } // namespace slang
slang_rs.h 20 #include "slang.h"
32 namespace slang { namespace
36 class SlangRS : public Slang {
86 Slang::OutputType OT);
112 // @OutputType - See Slang::OutputType.
139 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
156 } // namespace slang
slang_backend.cpp 62 namespace slang { namespace
103 if ((mOT != Slang::OT_Assembly) && (mOT != Slang::OT_Object))
192 if (mOT == Slang::OT_Object) {
209 Slang::OutputType OT)
285 mpModule->getOrInsertNamedMetadata(Slang::PragmaMetadataName);
325 case Slang::OT_Assembly:
326 case Slang::OT_Object: {
341 case Slang::OT_LLVMAssembly: {
347 case Slang::OT_Bitcode:
    [all...]
slang_diagnostic_buffer.cpp 26 namespace slang { namespace
85 } // namespace slang
slang_rs_export_var.h 30 namespace slang { namespace
68 } // namespace slang
slang_rs_pragma_handler.h 30 namespace slang { namespace
79 } // namespace slang
  /external/linux-tools-perf/util/ui/
libslang.h 4 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
12 #include <slang.h>
  /frameworks/compile/slang/lit-tests/debug/
debug_disabled.rs 1 // RUN: %Slang %s
debug_enabled.rs 1 // RUN: %Slang -g %s
  /frameworks/compile/slang/lit-tests/
lit.cfg 23 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', 'linux-x86', 'bin')).replace('\\', '/')
48 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_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 + ' ' + config.slang_options ) )
  /frameworks/compile/slang/lit-tests/P_compute/
compute.rs 1 // RUN: %Slang %s
  /frameworks/compile/slang/BitWriter_3_2/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang
33 LOCAL_C_INCLUDES += frameworks/compile/slang
  /frameworks/compile/slang/BitWriter_2_9/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang
  /frameworks/compile/slang/BitWriter_2_9_func/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang

Completed in 261 milliseconds

1 2 3 4