Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DOffloadWrapper.cpp340 PointerType *Int8PtrPtrTy = PointerType::get(C, 0); in createRegisterGlobalsFunction() local
344 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
353 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
362 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, in createRegisterGlobalsFunction()
372 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, in createRegisterGlobalsFunction()
381 {Int8PtrPtrTy, Int8PtrTy, Int8PtrTy, Int8PtrTy, Type::getInt32Ty(C), in createRegisterGlobalsFunction()
387 auto *RegGlobalsTy = FunctionType::get(Type::getVoidTy(C), Int8PtrPtrTy, in createRegisterGlobalsFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h60 llvm::PointerType *Int8PtrPtrTy; member
H A DCGNonTrivialStruct.cpp391 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray()
461 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
H A DCGObjC.cpp2261 CGF.Builder.CreateBitCast(addr.emitRawPointer(CGF), CGF.Int8PtrPtrTy), in emitARCStoreOperation()
2281 CGF.Builder.CreateBitCast(dst.emitRawPointer(CGF), CGF.Int8PtrPtrTy), in emitARCCopyOperation()
2282 CGF.Builder.CreateBitCast(src.emitRawPointer(CGF), CGF.Int8PtrPtrTy)}; in emitARCCopyOperation()
2534 Builder.CreateBitCast(addr.emitRawPointer(*this), Int8PtrPtrTy), in EmitARCStoreStrongCall()
H A DCGObjCMac.cpp174 llvm::PointerType *Int8PtrTy, *Int8PtrPtrTy; member in __anonb5e682970111::ObjCCommonTypesHelper
701 llvm::Type *params[] = {Int8PtrPtrTy}; in getLoadClassrefFn()
3209 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5636 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5740 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper()
5902 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, Int8PtrTy, in ObjCNonFragileABITypesHelper()
H A DCGBlocks.cpp1327 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
H A DMicrosoftCXXABI.cpp499 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
H A DCGOpenMPRuntime.cpp1585 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp592 Type *Int8PtrPtrTy = PointerType::get(IRB.getContext(), 0); in instrumentWithShadowUpdate() local
594 IRB.CreateIntToPtr(ShadowDataInt, Int8PtrPtrTy, "shadow.ptr"); in instrumentWithShadowUpdate()
606 Int8PtrPtrTy, "shadow.byte." + Twine(i) + ".ptr"); in instrumentWithShadowUpdate()
722 Int8PtrPtrTy); in instrumentWithShadowUpdate()
749 Int8PtrPtrTy); in instrumentWithShadowUpdate()