Searched defs:EmitMethodList (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1131 /// EmitMethodList - Emit the method list for the given
1133 llvm::Constant *EmitMethodList(Twine Name,
1326 /// EmitMethodList - Emit the method list for the given
1328 llvm::Constant *EmitMethodList(Twine Name,
2943 EmitMethodList("\01L_OBJC_CATEGORY_INSTANCE_METHODS_" + ExtName.str(),
2947 EmitMethodList("\01L_OBJC_CATEGORY_CLASS_METHODS_" + ExtName.str(),
3095 EmitMethodList("\01L_OBJC_INSTANCE_METHODS_" + ID->getName(),
3160 EmitMethodList("\01L_OBJC_CLASS_METHODS_" + ID->getNameAsString(),
3356 llvm::Constant *CGObjCMac::EmitMethodList(Twine Name, function in class:CGObjCMac
5670 Values[ 5] = EmitMethodList(MethodListNam
6062 CGObjCNonFragileABIMac::EmitMethodList(Twine Name, function in class:CGObjCNonFragileABIMac
[all...]

Completed in 107 milliseconds