Lines Matching refs:VoidTy
827 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local
829 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy); in CGObjCGNUstep()
831 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local
835 ExitCatchFn.init(&CGM, "__cxa_end_catch", VoidTy); in CGObjCGNUstep()
837 ExceptionReThrowFn.init(&CGM, "_Unwind_Resume_or_Rethrow", VoidTy, in CGObjCGNUstep()
840 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local
844 ExitCatchFn.init(&CGM, "objc_end_catch", VoidTy); in CGObjCGNUstep()
846 ExceptionReThrowFn.init(&CGM, "objc_exception_rethrow", VoidTy, PtrTy); in CGObjCGNUstep()
848 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNUstep() local
849 SetPropertyAtomic.init(&CGM, "objc_setProperty_atomic", VoidTy, IdTy, in CGObjCGNUstep()
851 SetPropertyAtomicCopy.init(&CGM, "objc_setProperty_atomic_copy", VoidTy, in CGObjCGNUstep()
853 SetPropertyNonAtomic.init(&CGM, "objc_setProperty_nonatomic", VoidTy, in CGObjCGNUstep()
856 VoidTy, IdTy, SelectorTy, IdTy, PtrDiffTy); in CGObjCGNUstep()
859 CxxAtomicObjectSetFn.init(&CGM, "objc_setCppObjectAtomic", VoidTy, PtrTy, in CGObjCGNUstep()
863 CxxAtomicObjectGetFn.init(&CGM, "objc_getCppObjectAtomic", VoidTy, PtrTy, in CGObjCGNUstep()
1653 auto *Init = llvm::Function::Create(llvm::FunctionType::get(CGM.VoidTy, in ModuleInitFunction()
2231 llvm::Type *VoidTy = llvm::Type::getVoidTy(VMContext); in CGObjCGNU() local
2234 ExceptionThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy); in CGObjCGNU()
2235 ExceptionReThrowFn.init(&CGM, "objc_exception_throw", VoidTy, IdTy); in CGObjCGNU()
2242 EnumerationMutationFn.init(&CGM, "objc_enumerationMutation", VoidTy, IdTy); in CGObjCGNU()
2248 SetPropertyFn.init(&CGM, "objc_setProperty", VoidTy, IdTy, SelectorTy, in CGObjCGNU()
2251 GetStructPropertyFn.init(&CGM, "objc_getPropertyStruct", VoidTy, PtrTy, PtrTy, in CGObjCGNU()
2254 SetStructPropertyFn.init(&CGM, "objc_setPropertyStruct", VoidTy, PtrTy, PtrTy, in CGObjCGNU()