Searched refs:emitMethodList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1161 llvm::Constant *emitMethodList(Self *self, const ObjCProtocolDecl *PD, in emitMethodList() function in __anonb5e682970111::__anonb5e682970211::ProtocolMethodLists 1163 return self->emitMethodList(PD->getObjCRuntimeNameAsString(), in emitMethodList() 1232 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT, 1395 llvm::Constant *emitMethodList(Twine Name, MethodListType MLT, 2962 values.add(methodLists.emitMethodList( in GetOrEmitProtocol() 2964 values.add(methodLists.emitMethodList( in GetOrEmitProtocol() 3015 auto optInstanceMethods = methodLists.emitMethodList( in EmitProtocolExtension() 3017 auto optClassMethods = methodLists.emitMethodList( in EmitProtocolExtension() 3265 Values.add(emitMethodList(ExtName, MethodListType::CategoryInstanceMethods, in GenerateCategory() 3267 Values.add(emitMethodList(ExtName, MethodListType::CategoryClassMethods, in GenerateCategory() [all …]
|