Searched refs:EmitLabel (Results 1 – 4 of 4) sorted by relevance
516 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()636 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction664 DI->EmitLabel(D, Builder); in EmitLabel()696 EmitLabel(S.getDecl()); in EmitLabelStmt()
502 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
3321 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
4916 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo