Searched refs:is_label (Results 1 – 2 of 2) sorted by relevance
117 } else if (value.is_label()) { in operator <<()485 CHECK(branch_target.is_label()); in EncodeBranch()528 CHECK(label_id.is_label()); in BindLabel()545 CHECK(label_id.is_label()); in LabelValue()
127 bool is_label() const { return kind_ == Kind::kLabel; } in is_label() function