Searched defs:PassThroughInfo (Results 1 – 1 of 1) sorted by relevance
44 struct PassThroughInfo { struct in __anon671a20950111::BPFAdjustOptImpl45 Instruction *Input;46 Instruction *UsedInst;47 uint32_t OpIdx;48 PassThroughInfo(Instruction *I, Instruction *U, uint32_t Idx) in PassThroughInfo() argument