Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp505 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()
626 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction
654 DI->EmitLabel(D, Builder); in EmitLabel()
686 EmitLabel(S.getDecl()); in EmitLabelStmt()
H A DCGDebugInfo.h481 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
H A DCodeGenFunction.h3234 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
H A DCGDebugInfo.cpp4694 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo
/llvm-project-15.0.7/llvm/docs/
H A DCodeGenerator.rst620 MCStreamer has one method per directive, such as EmitLabel, EmitSymbolAttribute,
1613 "assembler API". MCStreamer has one method per directive, such as EmitLabel,