Searched refs:ObjectPtrTy (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp68 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
70 llvm::FunctionType::get(ObjectPtrTy, params, true), "objc_msgSend",
82 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
94 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
106 llvm::Type *params[] = { ObjectPtrTy, SelectorPtrTy };
123 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
134 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(ObjectPtrTy,
180 /// ObjectPtrTy - LLVM type for object handles (typeof(id))
181 llvm::PointerType *ObjectPtrTy; member in class:__anon473::ObjCCommonTypesHelper
368 llvm::Type *args[] = { ObjectPtrTy
[all...]
H A DCGObjCRuntime.cpp62 QualType ObjectPtrTy = local
65 Ivar->getUsageType(ObjectPtrTy).withCVRQualifiers(CVRQualifiers);

Completed in 524 milliseconds