17#ifndef BACKENDS_UBPF_UBPFBACKEND_H_ 
   18#define BACKENDS_UBPF_UBPFBACKEND_H_ 
   20#include "backends/ebpf/ebpfOptions.h" 
   21#include "frontends/p4/evaluator/evaluator.h" 
   26void run_ubpf_backend(
const EbpfOptions &options, 
const IR::ToplevelBlock *toplevel,
 
   28std::string extract_file_name(
const std::string &fullPath);
 
Definition ebpfOptions.h:24
 
Class used to encode maps from paths to declarations.
Definition referenceMap.h:66