Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2882 llvm::StructType *ObjCMethodTy = in GenerateMethodList() local
2892 MethodList.addInt(SizeTy, td.getTypeSizeInBits(ObjCMethodTy) / in GenerateMethodList()
2894 ObjCMethodTy = in GenerateMethodList()
2901 ObjCMethodTy = in GenerateMethodList()
2914 auto Method = MethodArray.beginStruct(ObjCMethodTy); in GenerateMethodList()