Searched defs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
50 struct PassThroughInfo { struct in __anon0b8fc79a0111::BPFAdjustOptImpl51 Instruction *Input;52 Instruction *UsedInst;53 uint32_t OpIdx;54 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() function