Searched refs:EmitLabel (Results 1 – 4 of 4) sorted by relevance
533 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()653 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction681 DI->EmitLabel(D, Builder); in EmitLabel()713 EmitLabel(S.getDecl()); in EmitLabelStmt()
512 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
3547 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
5051 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo