Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp1815 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrPtrTy, false); in emitARCLoadOperation()
1821 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
1827 if (origType != CGF.Int8PtrPtrTy) in emitARCLoadOperation()
1846 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation()
1856 CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy), in emitARCStoreOperation()
1876 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation()
1884 CGF.Builder.CreateBitCast(dst, CGF.Int8PtrPtrTy), in emitARCCopyOperation()
1885 CGF.Builder.CreateBitCast(src, CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2047 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall()
2054 Builder.CreateBitCast(addr, Int8PtrPtrTy), in EmitARCStoreStrongCall()
[all …]
DTargetInfo.cpp982 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
2658 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
2910 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
3585 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
4844 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
5086 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
5307 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
DCodeGenModule.h136 llvm::PointerType *Int8PtrPtrTy; member
DCGObjCMac.cpp175 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in __anon8dffa1430111::ObjCCommonTypesHelper
2867 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
2878 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
5054 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5158 Int8PtrPtrTy, NULL); in ObjCTypesHelper()
5341 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, in ObjCNonFragileABITypesHelper()
DCodeGenModule.cpp105 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()