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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1137 /// EmitMethodDescList - Emit a method description list for a list of
1148 llvm::Constant *EmitMethodDescList(Twine Name, StringRef Section,
2773 EmitMethodDescList("OBJC_PROTOCOL_INSTANCE_METHODS_" + PD->getName(),
2776 EmitMethodDescList("OBJC_PROTOCOL_CLASS_METHODS_" + PD->getName(),
2838 EmitMethodDescList("OBJC_PROTOCOL_INSTANCE_METHODS_OPT_" + PD->getName(),
2841 EmitMethodDescList("OBJC_PROTOCOL_CLASS_METHODS_OPT_" + PD->getName(),
3055 CGObjCMac::EmitMethodDescList(Twine Name, StringRef Section, function in class:CGObjCMac

Completed in 113 milliseconds