Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp194 auto *Int8PtrPtrTy = PointerType::getUnqual(Int8PtrTy); in run() local
196 const std::array<Type *, 3> InitTypes = {Int32Ty, Int8PtrPtrTy, Int8PtrPtrTy}; in run()
/openbsd-src/gnu/llvm/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 __anon288f636e0111::ObjCCommonTypesHelper
739 llvm::Type *params[] = { Int8PtrPtrTy }; in getLoadClassrefFn()
3310 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
3322 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5757 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5865 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
6032 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGObjC.cpp2237 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2258 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2259 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2511 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall()
H A DCGBlocks.cpp1329 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DCodeGenFunction.cpp577 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
H A DMicrosoftCXXABI.cpp486 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCodeGenModule.cpp141 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
H A DCGBuiltin.cpp5262 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr()
19262 A.getPointer(), Int8PtrPtrTy), Int8PtrTy, A.getAlignment()); in EmitHexagonBuiltinExpr()
H A DCGOpenMPRuntime.cpp1666 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()