Searched refs:EmitLabel (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp516 EmitLabel(LS->getDecl());
636 void CodeGenFunction::EmitLabel(const LabelDecl *D) { function in class:CodeGenFunction
664 DI->EmitLabel(D, Builder);
696 EmitLabel(S.getDecl());
H A DCGDebugInfo.h502 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
H A DCodeGenFunction.h3319 /// EmitLabel - Emit the block for the given label. It is legal to call this
3321 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
H A DCGDebugInfo.cpp4916 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { function in class:CGDebugInfo

Completed in 196 milliseconds