Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp509 EmitLabel(LS->getDecl()); in EmitCompoundStmtWithoutScope()
629 void CodeGenFunction::EmitLabel(const LabelDecl *D) { in EmitLabel() function in CodeGenFunction
657 DI->EmitLabel(D, Builder); in EmitLabel()
689 EmitLabel(S.getDecl()); in EmitLabelStmt()
H A DCGDebugInfo.h480 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
H A DCodeGenFunction.h3236 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
H A DCGDebugInfo.cpp4728 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) { in EmitLabel() function in CGDebugInfo
/openbsd-src/gnu/llvm/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,