LLVM: lib/Target/BPF/BPFAdjustOpt.cpp File Reference (original) (raw)

Go to the source code of this file.

Macros
#define DEBUG_TYPE "bpf-adjust-opt"
Variables
static cl::opt< bool > DisableBPFserializeICMP ("bpf-disable-serialize-icmp", cl::Hidden, cl::desc("BPF: Disable Serializing ICMP insns."), cl::init(false))
static cl::opt< bool > DisableBPFavoidSpeculation ("bpf-disable-avoid-speculation", cl::Hidden, cl::desc("BPF: Disable Avoiding Speculative Code Motion."), cl::init(false))

DEBUG_TYPE

#define DEBUG_TYPE "bpf-adjust-opt"

DisableBPFavoidSpeculation

cl::opt< bool > DisableBPFavoidSpeculation("bpf-disable-avoid-speculation", cl::Hidden, cl::desc("BPF: Disable Avoiding Speculative Code Motion."), cl::init(false)) ( "bpf-disable-avoid-speculation" , cl::Hidden , cl::desc("BPF: Disable Avoiding Speculative Code Motion.") , cl::init(false) ) static

DisableBPFserializeICMP

cl::opt< bool > DisableBPFserializeICMP("bpf-disable-serialize-icmp", cl::Hidden, cl::desc("BPF: Disable Serializing ICMP insns."), cl::init(false)) ( "bpf-disable-serialize-icmp" , cl::Hidden , cl::desc("BPF: Disable Serializing ICMP insns.") , cl::init(false) ) static