Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1524 llvm::StructType *ObjCMethodListTy = llvm::StructType::create(VMContext); in GenerateMethodList() local
1525 llvm::Type *NextPtrTy = llvm::PointerType::getUnqual(ObjCMethodListTy); in GenerateMethodList()
1526 ObjCMethodListTy->setBody( in GenerateMethodList()
1534 llvm::PointerType::getUnqual(ObjCMethodListTy))); in GenerateMethodList()
1539 return MakeGlobal(ObjCMethodListTy, Methods, CGM.getPointerAlign(), in GenerateMethodList()