Searched refs:RSExportPointerType (Results 1 – 5 of 5) sorted by relevance
820 ET = RSExportPointerType::Create(Context, in Create()1171 RSExportPointerType1172 *RSExportPointerType::Create(RSContext *Context, in Create()1191 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()1194 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()1199 bool RSExportPointerType::keep() { in keep()1206 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()1208 return (static_cast<const RSExportPointerType*>(E) in equals()1528 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
76 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()807 const RSExportPointerType *EPT = in genTypeCheck()808 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()840 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()841 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
364 class RSExportPointerType : public RSExportType {370 RSExportPointerType(RSContext *Context, in RSExportPointerType() function379 static RSExportPointerType *Create(RSContext *Context,
184 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()850 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()851 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()907 const RSExportPointerType *EPT = in genTypeCheck()908 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()1233 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPackVarOfType()
221 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()