Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp520 llvm::StructType *MethodDescriptionTy; member in __anonaa8b92cd0111::ObjCTypesHelper
3814 auto description = builder.beginStruct(ObjCTypes.MethodDescriptionTy); in emitMethodDescriptionConstant()
3912 auto methodArray = values.beginArray(ObjCTypes.MethodDescriptionTy); in emitMethodList()
5798 MethodDescriptionTy = llvm::StructType::create( in ObjCTypesHelper()
5807 llvm::ArrayType::get(MethodDescriptionTy, 0)); in ObjCTypesHelper()