19#ifndef BACKENDS_TOFINO_BF_P4C_COMMON_DEBUG_INFO_H_
20#define BACKENDS_TOFINO_BF_P4C_COMMON_DEBUG_INFO_H_
24#include "lib/cstring.h"
36 info.insert(info.end(), other.info.begin(), other.info.end());
39 std::vector<cstring> info;
The namespace encapsulating Barefoot/Intel-specific stuff.
Definition add_t2na_meta.cpp:21
TODO: this is not really specific to BMV2, it should reside somewhere else.
Definition applyOptionsPragmas.cpp:24
Definition debug_info.h:33
void mergeWith(const DebugInfo &other)
Merge the contents of another DebugInfo object into this one.
Definition debug_info.h:35