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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1022 /// EmitMethodList - Emit the method list for the given
1024 llvm::Constant *EmitMethodList(Twine Name,
1221 /// EmitMethodList - Emit the method list for the given
1223 llvm::Constant *EmitMethodList(Twine Name,
2303 EmitMethodList("\01L_OBJC_CATEGORY_INSTANCE_METHODS_" + ExtName.str(),
2307 EmitMethodList("\01L_OBJC_CATEGORY_CLASS_METHODS_" + ExtName.str(),
2439 EmitMethodList("\01L_OBJC_INSTANCE_METHODS_" + ID->getName(),
2504 EmitMethodList("\01L_OBJC_CLASS_METHODS_" + ID->getNameAsString(),
2704 llvm::Constant *CGObjCMac::EmitMethodList(Twine Name, function in class:CGObjCMac
5023 Values[ 5] = EmitMethodList(MethodListNam
5385 CGObjCNonFragileABIMac::EmitMethodList(Twine Name, function in class:CGObjCNonFragileABIMac
[all...]

Completed in 28 milliseconds