Searched defs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
52 struct PassThroughInfo { struct in __anon5a0d34ee0111::BPFAdjustOptImpl53 Instruction *Input;54 Instruction *UsedInst;55 uint32_t OpIdx;56 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument