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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp548 /// MethodListPtrTy - LLVM type for struct objc_method_list *.
549 llvm::Type *MethodListPtrTy; member in class:__anon17846::ObjCTypesHelper
1132 /// implementation. The return value has type MethodListPtrTy.
3361 return llvm::Constant::getNullValue(ObjCTypes.MethodListPtrTy);
3372 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy);
5191 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy);
5222 MethodListPtrTy, local
5241 Int8PtrTy, Int8PtrTy, MethodListPtrTy,
5242 MethodListPtrTy, ProtocolListPtrTy,

Completed in 538 milliseconds