Home
last modified time | relevance | path

Searched defs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp52 struct PassThroughInfo { struct in __anon5a0d34ee0111::BPFAdjustOptImpl
53 Instruction *Input;
54 Instruction *UsedInst;
55 uint32_t OpIdx;
56 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument