Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LabelDecl

57 class LabelDecl;
494 SmallVector<const LabelDecl*, 4> Labels;
509 void addLabel(const LabelDecl *label) {
878 llvm::DenseMap<const LabelDecl*, JumpDest> LabelMap;
1389 JumpDest getJumpDestForLabel(const LabelDecl *S);
1603 llvm::BlockAddress *GetAddrOfLabel(const LabelDecl *L);
1955 void EmitLabel(const LabelDecl *D); // helper for EmitLabelStmt.