Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LabelDecl

58 class LabelDecl;
516 SmallVector<const LabelDecl*, 4> Labels;
531 void addLabel(const LabelDecl *label) {
930 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
1497 JumpDest getJumpDestForLabel(const LabelDecl *S);
1744 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
2135 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.