Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp1134 llvm::Constant *EmitMethodList(Twine Name, StringRef Section,
1326 llvm::Constant *EmitMethodList(Twine Name, StringRef Section,
3114 Values[2] = EmitMethodList("OBJC_CATEGORY_INSTANCE_METHODS_" + ExtName.str(), in GenerateCategory()
3117 Values[3] = EmitMethodList("OBJC_CATEGORY_CLASS_METHODS_" + ExtName.str(), in GenerateCategory()
3325 Values[7] = EmitMethodList("OBJC_INSTANCE_METHODS_" + ID->getName(), in GenerateClass()
3390 EmitMethodList("OBJC_CLASS_METHODS_" + ID->getNameAsString(), in EmitMetaClass()
3599 llvm::Constant *CGObjCMac::EmitMethodList(Twine Name, StringRef Section, in EmitMethodList() function in CGObjCMac
5882 Values[ 5] = EmitMethodList(MethodListName, in BuildClassRoTInitializer()
6199 Values[2] = EmitMethodList(MethodListName.str(), in GenerateCategory()
6214 Values[3] = EmitMethodList(MethodListName.str(), in GenerateCategory()
[all …]