Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjC.cpp1819 llvm::FunctionType::get(CGF.Int8PtrTy, CGF.Int8PtrPtrTy, false); in emitARCLoadOperation()
1825 addr = CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy); in emitARCLoadOperation()
1831 if (origType != CGF.Int8PtrPtrTy) in emitARCLoadOperation()
1850 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrTy }; in emitARCStoreOperation()
1860 CGF.Builder.CreateBitCast(addr, CGF.Int8PtrPtrTy), in emitARCStoreOperation()
1880 llvm::Type *argTypes[] = { CGF.Int8PtrPtrTy, CGF.Int8PtrPtrTy }; in emitARCCopyOperation()
1888 CGF.Builder.CreateBitCast(dst, CGF.Int8PtrPtrTy), in emitARCCopyOperation()
1889 CGF.Builder.CreateBitCast(src, CGF.Int8PtrPtrTy) in emitARCCopyOperation()
2049 llvm::Type *argTypes[] = { Int8PtrPtrTy, Int8PtrTy }; in EmitARCStoreStrongCall()
2056 Builder.CreateBitCast(addr, Int8PtrPtrTy), in EmitARCStoreStrongCall()
[all …]
DTargetInfo.cpp1255 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
3081 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
3143 llvm::Type *CharPtrPtr = CGF.Int8PtrPtrTy; in EmitVAArg()
3735 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
4917 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
5740 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
5988 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
6248 llvm::Type *BPP = CGF.Int8PtrPtrTy; in EmitVAArg()
6470 CGF.Int8PtrPtrTy); in EmitVAArg()
DCGObjCMac.cpp176 llvm::Type *Int8PtrTy, *Int8PtrPtrTy; member in __anonba8b4b990111::ObjCCommonTypesHelper
2829 return llvm::Constant::getNullValue(ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
2838 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.Int8PtrPtrTy); in EmitProtocolMethodTypes()
4981 Int8PtrPtrTy = CGM.Int8PtrPtrTy; in ObjCCommonTypesHelper()
5092 Int8PtrPtrTy, nullptr); in ObjCTypesHelper()
5276 PropertyListPtrTy, IntTy, IntTy, Int8PtrPtrTy, in ObjCNonFragileABITypesHelper()
DCodeGenModule.h137 llvm::PointerType *Int8PtrPtrTy; member
DCGOpenMPRuntime.cpp791 return getOrCreateInternalVariable(CGM.Int8PtrPtrTy, in getOrCreateThreadPrivateCache()
DCodeGenModule.cpp110 Int8PtrPtrTy = Int8PtrTy->getPointerTo(0); in CodeGenModule()
DMicrosoftCXXABI.cpp340 CGM.Int8PtrPtrTy, in getTypeDescriptorType()