Searched refs:emitMethodList (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1207 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() function in __anon288f636e0111::__anon288f636e0211::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, 3051 values.add(methodLists.emitMethodList(this, PD, in GetOrEmitProtocol() 3053 values.add(methodLists.emitMethodList(this, PD, in GetOrEmitProtocol() 3106 methodLists.emitMethodList(this, PD, in EmitProtocolExtension() 3109 methodLists.emitMethodList(this, PD, in EmitProtocolExtension() 3370 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory() 3372 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory() [all …]
|