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

1 2 3

  /frameworks/compile/slang/
slang_rs_exportable.cpp 19 namespace slang { namespace
33 } // namespace slang
slang_utils.h 26 namespace slang { namespace
36 } // namespace slang
strip_unknown_attributes.h 20 namespace slang { namespace
42 } // namespace slang
llvm-rs-cc.cpp 35 #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:
    [all...]
rs_cc_options.h 24 #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
rs_cc_options.cpp 28 #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
    [all...]
slang_utils.cpp 24 namespace slang { namespace
36 } // namespace slang
slang_rs_check_ast.h 25 namespace slang { namespace
32 slang::RSContext *Context;
77 } // namespace slang
slang_rs_exportable.h 22 namespace slang { namespace
61 } // 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_diagnostic_buffer.cpp 26 namespace slang { namespace
85 } // namespace slang
slang_rs_export_var.h 30 namespace slang { namespace
68 } // namespace slang
slang_rs_export_foreach.h 35 namespace slang { namespace
192 static bool isRSForEachFunc(unsigned int targetAPI, slang::RSContext *Context,
202 slang::RSContext *Context,
206 } // namespace slang
slang_backend.h 26 #include "slang.h"
45 namespace slang { namespace
55 Slang::OutputType mOT;
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.
107 Slang::OutputType OT);
137 } // namespace slang
slang_rs.h 20 #include "slang.h"
32 namespace slang { namespace
37 class SlangRS : public Slang {
87 Slang::OutputType OT);
130 } // namespace slang
slang_rs_ast_replace.h 31 namespace slang { namespace
86 } // namespace slang
slang_rs_backend.h 39 namespace slang { namespace
89 Slang::OutputType OT,
96 } // namespace slang
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
libslang.h 4 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
12 #include <slang.h>
  /frameworks/compile/slang/BitWriter_3_2/
Android.mk 16 LOCAL_C_INCLUDES += frameworks/compile/slang
37 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
  /frameworks/compile/libbcc/bcinfo/
Android.mk 24 include frameworks/compile/slang/rs_version.mk
34 $(LOCAL_PATH)/../../slang
  /frameworks/compile/libbcc/
Android.mk 21 include frameworks/compile/slang/rs_version.mk

Completed in 279 milliseconds

1 2 3