Searched refs:is_label (Results 1 – 2 of 2) sorted by relevance
134 } else if (value.is_label()) { in operator <<()537 CHECK(branch_target.is_label()); in EncodeBranch()628 CHECK(label_id.is_label()); in BindLabel()645 CHECK(label_id.is_label()); in LabelValue()
129 bool is_label() const { return kind_ == Kind::kLabel; } in is_label() function