Searched defs:MethodListPtrTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp541 /// MethodListPtrTy - LLVM type for struct objc_method_list *.
542 llvm::Type *MethodListPtrTy; member in class:__anon3736::ObjCTypesHelper
1124 /// implementation. The return value has type MethodListPtrTy.
3391 return llvm::Constant::getNullValue(ObjCTypes.MethodListPtrTy);
3402 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy);
5208 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy);
5239 MethodListPtrTy, local
5258 Int8PtrTy, Int8PtrTy, MethodListPtrTy,
5259 MethodListPtrTy, ProtocolListPtrTy,

Completed in 49 milliseconds