Searched refs:Int8PtrPtrTy (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 340 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 D | CodeGenTypeCache.h | 60 llvm::PointerType *Int8PtrPtrTy; member
|
| H A D | CGNonTrivialStruct.cpp | 391 PHIs[I] = CGF.Builder.CreatePHI(CGF.CGM.Int8PtrPtrTy, 2, "addr.cur"); in visitArray() 461 if (Arg.getType() != CGM.Int8PtrPtrTy) in getFunction()
|
| H A D | CGObjC.cpp | 2261 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 D | CGObjCMac.cpp | 174 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 D | CGBlocks.cpp | 1327 fields.addNullPointer(CGM.Int8PtrPtrTy); in buildGlobalBlock()
|
| H A D | MicrosoftCXXABI.cpp | 499 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
|
| H A D | CGOpenMPRuntime.cpp | 1585 CGM.Int8PtrPtrTy, Twine(CGM.getMangledName(VD)).concat(Suffix).str()); in getOrCreateThreadPrivateCache()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 592 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()
|