Searched refs:Int8PtrPtrTy (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 194 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 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 __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 D | CGObjC.cpp | 2237 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 D | CGBlocks.cpp | 1329 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
|
| H A D | CodeGenFunction.cpp | 577 auto *GOTAddr = Builder.CreateIntToPtr(GOTAsInt, Int8PtrPtrTy, "global_addr"); in DecodeAddrUsedInPrologue()
|
| H A D | MicrosoftCXXABI.cpp | 486 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
|
| H A D | CodeGenModule.cpp | 141 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
|
| H A D | CGBuiltin.cpp | 5262 llvm::Type *BPP = Int8PtrPtrTy; in EmitBuiltinExpr() 19262 A.getPointer(), Int8PtrPtrTy), Int8PtrTy, A.getAlignment()); in EmitHexagonBuiltinExpr()
|
| H A D | CGOpenMPRuntime.cpp | 1666 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()
|