Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.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()
H A DCGDebugInfo.h512 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
H A DCodeGenFunction.h3547 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
H A DCGDebugInfo.cpp5051 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo