HomeSort by: relevance | last modified time | path
    Searched refs:EmitLabel (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 467 EmitLabel(LS->getDecl());
588 void CodeGenFunction::EmitLabel(const LabelDecl *D) {
616 DI->EmitLabel(D, Builder);
648 EmitLabel(S.getDecl());
CGDebugInfo.h 465 void EmitLabel(const LabelDecl *D, CGBuilderTy &Builder);
CodeGenFunction.h 3174 /// EmitLabel - Emit the block for the given label. It is legal to call this
3176 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.
CGDebugInfo.cpp 4433 void CGDebugInfo::EmitLabel(const LabelDecl *D, CGBuilderTy &Builder) {

Completed in 29 milliseconds