Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp533 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()
653 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction
681 DI->EmitLabel(D, Builder); in EmitLabel()
713 EmitLabel(S.getDecl()); in EmitLabelStmt()
HDCGDebugInfo.h512 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
HDCodeGenFunction.h3547 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
HDCGDebugInfo.cpp5051 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo