| 37 | ValueValidityPairPtr value_validity() const { return value_validity_; } |
| 38 | |
| 39 | FieldDescriptorPtr output() const { return output_; } |
| 40 | |
| 41 | void SetFunctionName(SelectionVector::Mode mode, std::string& name) { |
| 42 | ir_functions_[static_cast<int>(mode)] = name; |
no outgoing calls