Lines Matching refs:Label
47 /// Define a label.
48 void emitLabel(LabelTy Label);
49 /// Create a label.
63 bool jumpTrue(const LabelTy &Label);
64 bool jumpFalse(const LabelTy &Label);
65 bool jump(const LabelTy &Label);
66 bool fallthrough(const LabelTy &Label);
81 /// Index of the next available label.
87 /// Label information for linker.
89 /// Location of label relocations.
97 int32_t getOffset(LabelTy Label);