Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1551 llvm::StructType *ObjCMethodListTy = llvm::StructType::create(VMContext); in GenerateMethodList() local
1552 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList()
1553 ObjCMethodListTy->setBody( in GenerateMethodList()
1561 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList()
1566 return MakeGlobal(ObjCMethodListTy, Methods, CGM.getPointerAlign(), in GenerateMethodList()