Searched refs:RSExportFunc (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.h44 class RSExportFunc : public RSExportable { class in namespace:slang
53 RSExportFunc(RSContext *Context, const llvm::StringRef &Name, function in class:slang::RSExportFunc
73 static RSExportFunc *Create(RSContext *Context,
105 }; // RSExportFunc
H A Dslang_rs_export_func.cpp52 RSExportFunc *RSExportFunc::Create(RSContext *Context,
55 RSExportFunc *F;
63 F = new RSExportFunc(Context, Name, FD);
130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const {
H A Dslang_rs_context.cpp135 RSExportFunc *EF = RSExportFunc::Create(this, FD);
H A Dslang_rs_context.h50 class RSExportFunc;
62 typedef std::list<RSExportFunc*> ExportFuncList;
H A Dslang_rs_reflection.h36 class RSExportFunc;
243 const RSExportFunc *EF);
H A Dslang_rs_backend.cpp289 const RSExportFunc *EF = *I;
H A Dslang_rs_export_type.h290 friend class RSExportFunc;
H A Dslang_rs_reflection.cpp901 void RSReflection::genExportFunction(Context &C, const RSExportFunc *EF) {
910 for (RSExportFunc::const_param_iterator I = EF->params_begin(),

Completed in 68 milliseconds