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

1 2 3

  /frameworks/compile/slang/
llvm-rs-cc.cpp 44 #include "slang.h"
112 slang::Slang::OutputType mOutputType;
130 slang::BitCodeStorageType mBitcodeStorage;
144 mOutputType = slang::Slang::OT_Bitcode;
150 mBitcodeStorage = slang::BCST_APK_RESOURCE;
197 Opts.mOutputType = slang::Slang::OT_Dependency;
202 Opts.mOutputType = slang::Slang::OT_Bitcode
    [all...]
slang.cpp 17 #include "slang.h"
93 namespace slang { namespace
104 bool Slang::GlobalInitialized = false;
107 clang::LangOptions Slang::LangOpts;
110 clang::CodeGenOptions Slang::CodeGenOpts;
114 const llvm::StringRef Slang::PragmaMetadataName = "#pragma";
140 void Slang::GlobalInitialization() {
166 void Slang::LLVMErrorHandler(void *UserData, const std::string &Message) {
174 void Slang::createDiagnostic() {
184 void Slang::createTarget(const std::string &Triple, const std::string &CPU
    [all...]
slang_rs_exportable.cpp 19 namespace slang { namespace
33 } // namespace slang
slang_utils.cpp 23 namespace slang { namespace
31 } // namespace slang
slang_rs_export_element.h 34 namespace slang { namespace
71 } // namespace slang
slang_rs_export_var.h 33 namespace slang { namespace
58 } // namespace slang
slang_backend.h 26 #include "slang.h"
47 namespace slang { namespace
58 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_backend.cpp 60 namespace slang { namespace
102 if ((mOT != Slang::OT_Assembly) && (mOT != Slang::OT_Object))
188 if (mOT == Slang::OT_Object) {
205 Slang::OutputType OT)
282 mpModule->getOrInsertNamedMetadata(Slang::PragmaMetadataName);
322 case Slang::OT_Assembly:
323 case Slang::OT_Object: {
338 case Slang::OT_LLVMAssembly: {
344 case Slang::OT_Bitcode:
    [all...]
slang_utils.h 26 namespace slang { namespace
slang_diagnostic_buffer.cpp 26 namespace slang { namespace
86 } // namespace slang
slang_rs_backend.h 38 namespace slang { namespace
79 Slang::OutputType OT,
slang_rs_export_var.cpp 27 namespace slang { namespace
79 } // namespace slang
slang_rs_pragma_handler.h 30 namespace slang { namespace
78 } // namespace slang
slang.h 54 namespace slang { namespace
56 class Slang : public clang::ModuleLoader {
173 Slang();
222 // Reset the slang compiler state such that it can be reused to compile
226 virtual ~Slang();
229 } // namespace slang
slang_rs.h 20 #include "slang.h"
36 namespace slang { namespace
40 class SlangRS : public Slang {
87 Slang::OutputType OT);
113 // @OutputType - See Slang::OutputType.
131 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
slang_rs.cpp 39 namespace slang { namespace
219 Slang::OutputType OT) {
254 : Slang(), mRSContext(NULL), mAllowRSPrefix(false), mTargetAPI(0) {
262 Slang::OutputType OutputType, BitCodeStorageType BitcodeStorage,
299 bool SuppressAllWarnings = (OutputType != Slang::OT_Dependency);
313 if (Slang::compile() > 0)
316 if (OutputType != Slang::OT_Dependency) {
332 if ((OutputType == Slang::OT_Bitcode) &&
373 Slang::reset();
388 } // namespace slang
    [all...]
Android.mk 101 slang.cpp \
120 input_data_file := frameworks/compile/slang/rslib.bc
132 # Executable slang-data for host
136 LOCAL_MODULE := slang-data
141 LOCAL_SRC_FILES := slang-data.c
250 include frameworks/compile/slang/RSSpec.mk
slang_pragma_recorder.cpp 26 namespace slang { namespace
97 } // namespace slang
slang_rs_ast_replace.h 31 namespace slang { namespace
87 } // namespace slang
slang_rs_export_func.h 40 namespace slang { namespace
108 } // namespace slang
SlangData.mk 26 SLANG_DATA := frameworks/compile/slang/slangdata.py
slang_diagnostic_buffer.h 30 namespace slang { namespace
slang_pragma_recorder.h 31 namespace slang { namespace
slang_rs_exportable.h 22 namespace slang { namespace
  /prebuilt/windows/llvm-rs-cc/
PREBUILT 2 Generated from frameworks/compile/slang.git

Completed in 194 milliseconds

1 2 3