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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp427 EmitLabel(LS->getDecl());
548 void CodeGenFunction::EmitLabel(const LabelDecl *D) { function in class:CodeGenFunction
576 DI->EmitLabel(D, Builder);
608 EmitLabel(S.getDecl());
H A DCGDebugInfo.h458 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
H A DCodeGenFunction.h3086 /// EmitLabel - Emit the block for the given label. It is legal to call this
3088 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
H A DCGDebugInfo.cpp4273 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { function in class:CGDebugInfo

Completed in 183 milliseconds