Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypeCache.h63 llvm::PointerType *Int8PtrPtrTy; member
H A DCGNonTrivialStruct.cpp372 DstArrayEnd, CGF.CGM.Int8PtrPtrTy, "dstarray.end"); in visitArray()
381 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
451 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
H A DCGObjCMac.cpp176 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anon0dba85c70111::ObjCCommonTypesHelper
738 llvm::Type *params[] = { Int8PtrPtrTy }; in getLoadClassrefFn()
3305 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
3317 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5747 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5855 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
6022 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGObjC.cpp2185 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2206 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2207 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2458 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
H A DCGBlocks.cpp1333 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DCodeGenFunction.cpp569 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
H A DMicrosoftCXXABI.cpp473 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCodeGenModule.cpp136 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
H A DCGBuiltin.cpp5221 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr()
18905 A.getPointer(), Int8PtrPtrTy), Int8PtrTy, A.getAlignment()); in EmitHexagonBuiltinExpr()
H A DCGOpenMPRuntime.cpp1671 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix)); in getOrCreateThreadPrivateCache()