Searched defs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
53 struct PassThroughInfo { struct in __anon8b199e3a0111::BPFAdjustOptImpl54 Instruction *Input;55 Instruction *UsedInst;56 uint32_t OpIdx;57 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument