Home
last modified time | relevance | path

Searched refs:ObjCMethodListTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1510 llvm::StructType *ObjCMethodListTy = llvm::StructType::create(VMContext); in GenerateMethodList() local
1511 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()