Home
last modified time | relevance | path

Searched refs:Int8PtrPtrTy (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp337 PointerType *Int8PtrPtrTy = PointerType::get(C, 0); in createRegisterGlobalsFunction() local
341 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
350 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
359 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, in createRegisterGlobalsFunction()
368 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
374 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h60 llvm::PointerType *Int8PtrPtrTy; member
H A DCGNonTrivialStruct.cpp378 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
448 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
H A DCGObjC.cpp2216 CGF.Builder.CreateBitCast(addr.emitRawPointer(CGF), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2236 CGF.Builder.CreateBitCast(dst.emitRawPointer(CGF), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2237 CGF.Builder.CreateBitCast(src.emitRawPointer(CGF), CGF.Int8PtrPtrTy)}; in emitARCCopyOperation()
2488 Builder.CreateBitCast(addr.emitRawPointer(*this), Int8PtrPtrTy), in EmitARCStoreStrongCall()
H A DCGObjCMac.cpp176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anonaa017a6c0111::ObjCCommonTypesHelper
739 llvm::Type *params[] = { Int8PtrPtrTy }; in getLoadClassrefFn()
3308 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5725 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5832 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
5999 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGBlocks.cpp1307 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DMicrosoftCXXABI.cpp496 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCGOpenMPRuntime.cpp1595 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()