Lines Matching refs:LabelTy
28 using LabelTy = uint32_t;
42 void emitLabel(LabelTy Label);
44 LabelTy getLabel() { return ++NextLabel; } in getLabel()
52 bool jumpTrue(const LabelTy &Label);
53 bool jumpFalse(const LabelTy &Label);
54 bool jump(const LabelTy &Label);
55 bool fallthrough(const LabelTy &Label);
78 LabelTy NextLabel = 0;
82 llvm::DenseMap<LabelTy, unsigned> LabelOffsets;
84 llvm::DenseMap<LabelTy, llvm::SmallVector<unsigned, 5>> LabelRelocs;
91 int32_t getOffset(LabelTy Label);