Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3105 llvm::StructType *ObjCMethodTy = in GenerateMethodList() local
3115 MethodList.addInt(SizeTy, DL.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList()
3117 ObjCMethodTy = in GenerateMethodList()
3124 ObjCMethodTy = in GenerateMethodList()
3137 auto Method = MethodArray.beginStruct(ObjCMethodTy); in GenerateMethodList()