Searched refs:ObjCMethodListTy (Results 1 – 1 of 1) sorted by relevance
1510 llvm::StructType *ObjCMethodListTy = llvm::StructType::create(VMContext); in GenerateMethodList() local1511 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList()1512 ObjCMethodListTy->setBody( in GenerateMethodList()1520 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList()1525 return MakeGlobal(ObjCMethodListTy, Methods, ".objc_method_list"); in GenerateMethodList()