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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp543 /// MethodListPtrTy - LLVM type for struct objc_method_list *.
544 llvm::Type *MethodListPtrTy; member in class:__anon3801::ObjCTypesHelper
1121 /// implementation. The return value has type MethodListPtrTy.
3538 return llvm::Constant::getNullValue(ObjCTypes.MethodListPtrTy);
3550 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy);
5317 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy);
5348 MethodListPtrTy, local
5367 Int8PtrTy, Int8PtrTy, MethodListPtrTy,
5368 MethodListPtrTy, ProtocolListPtrTy,

Completed in 68 milliseconds