Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp229 llvm::StructType *MethodTy; member in __anon0aefe8a60111::ObjCCommonTypesHelper
3801 auto method = builder.beginStruct(ObjCTypes.MethodTy); in emitMethodConstant()
3899 auto methodArray = values.beginArray(ObjCTypes.MethodTy); in emitMethodList()
3916 llvm::FunctionType *MethodTy = in GenerateMethod() local
3919 llvm::Function::Create(MethodTy, in GenerateMethod()
5618 MethodTy = llvm::StructType::create("struct._objc_method", SelectorPtrTy, in ObjCCommonTypesHelper()
5798 llvm::ArrayType::get(MethodTy, 0)); in ObjCNonFragileABITypesHelper()
6557 auto method = builder.beginStruct(ObjCTypes.MethodTy); in emitMethodConstant()
6631 unsigned Size = CGM.getDataLayout().getTypeAllocSize(ObjCTypes.MethodTy); in emitMethodList()
6635 auto methodArray = values.beginArray(ObjCTypes.MethodTy); in emitMethodList()
H A DCGObjCGNU.cpp3761 llvm::FunctionType *MethodTy = in GenerateMethod() local
3767 = llvm::Function::Create(MethodTy, in GenerateMethod()
H A DCGDebugInfo.cpp1504 llvm::DISubroutineType *MethodTy = getOrCreateMethodType(Method, Unit); in CreateCXXMemberFunction() local
1594 MethodTy, VIndex, ThisAdjustment, ContainingType, Flags, SPFlags, in CreateCXXMemberFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp870 QualType MethodTy = in ActOnStartOfLambdaDefinition() local
872 MethodTyInfo = Context.getTrivialTypeSourceInfo(MethodTy); in ActOnStartOfLambdaDefinition()