Searched refs:Int8PtrPtrTy (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenTypeCache.h | 60 llvm::PointerType *Int8PtrPtrTy; member
|
D | CGObjC.cpp | 1863 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrPtrTy, false); in emitARCLoadOperation() 1869 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation() 1892 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation() 1902 CGF.Builder.CreateBitCast(addr.getPointer(), CGF.Int8PtrPtrTy), in emitARCStoreOperation() 1922 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation() 1930 CGF.Builder.CreateBitCast(dst.getPointer(), CGF.Int8PtrPtrTy), in emitARCCopyOperation() 1931 CGF.Builder.CreateBitCast(src.getPointer(), CGF.Int8PtrPtrTy) in emitARCCopyOperation() 2089 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall() 2096 Builder.CreateBitCast(addr.getPointer(), Int8PtrPtrTy), in EmitARCStoreStrongCall() 2248 llvm::FunctionType::get(Builder.getVoidTy(), Int8PtrPtrTy, false); in EmitARCDestroyWeak() [all …]
|
D | CGObjCMac.cpp | 176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in __anon0ea151f90111::ObjCCommonTypesHelper 2971 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes() 2980 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes() 5157 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper() 5268 Int8PtrPtrTy, nullptr); in ObjCTypesHelper() 5452 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, in ObjCNonFragileABITypesHelper()
|
D | CodeGenModule.cpp | 118 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
|
D | CGOpenMPRuntime.cpp | 1051 return getOrCreateInternalVariable(CGM.Int8PtrPtrTy, in getOrCreateThreadPrivateCache()
|
D | MicrosoftCXXABI.cpp | 445 CGM.Int8PtrPtrTy, in getTypeDescriptorType()
|
D | CGBuiltin.cpp | 6129 llvm::Type *BPP = Int8PtrPtrTy; in EmitX86BuiltinExpr()
|