Searched refs:emitMethodList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1207 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() function in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists 1209 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList() 1282 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT, 1454 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT, 3049 values.add(methodLists.emitMethodList(this, PD, in GetOrEmitProtocol() 3051 values.add(methodLists.emitMethodList(this, PD, in GetOrEmitProtocol() 3104 methodLists.emitMethodList(this, PD, in EmitProtocolExtension() 3107 methodLists.emitMethodList(this, PD, in EmitProtocolExtension() 3368 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory() 3370 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory() [all …]
|