Lines Matching refs:LabelTy
34 using LabelTy = uint32_t;
48 void emitLabel(LabelTy Label);
50 LabelTy getLabel() { return ++NextLabel; } in getLabel()
63 bool jumpTrue(const LabelTy &Label);
64 bool jumpFalse(const LabelTy &Label);
65 bool jump(const LabelTy &Label);
66 bool fallthrough(const LabelTy &Label);
82 LabelTy NextLabel = 0;
88 llvm::DenseMap<LabelTy, unsigned> LabelOffsets;
90 llvm::DenseMap<LabelTy, llvm::SmallVector<unsigned, 5>> LabelRelocs;
97 int32_t getOffset(LabelTy Label);