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