Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp470 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()
591 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction
619 DI->EmitLabel(D, Builder); in EmitLabel()
651 EmitLabel(S.getDecl()); in EmitLabelStmt()
DCGDebugInfo.h465 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
DCodeGenFunction.h3176 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
DCGDebugInfo.cpp4411 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo