Home
last modified time | relevance | path

Searched refs:Disable_bswap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp34 static cl::opt<bool> Disable_bswap("disable-bswap", cl::Hidden, cl::init(false), variable
94 HasBswap = !Disable_bswap; in initSubtargetFeatures()