Searched refs:Int8PtrPtrTy (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 63 llvm::PointerType *Int8PtrPtrTy; member
|
| H A D | CGNonTrivialStruct.cpp | 372 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 D | CGObjCMac.cpp | 176 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 D | CGObjC.cpp | 2185 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 D | CGBlocks.cpp | 1333 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
|
| H A D | CodeGenFunction.cpp | 569 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
|
| H A D | MicrosoftCXXABI.cpp | 473 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
|
| H A D | CodeGenModule.cpp | 136 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
|
| H A D | CGBuiltin.cpp | 5221 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr() 18905 A.getPointer(), Int8PtrPtrTy), Int8PtrTy, A.getAlignment()); in EmitHexagonBuiltinExpr()
|
| H A D | CGOpenMPRuntime.cpp | 1671 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix)); in getOrCreateThreadPrivateCache()
|