reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
328 return opcode == BPF::LDB || opcode == BPF::LDB32; 328 return opcode == BPF::LDB || opcode == BPF::LDB32; 331 return opcode == BPF::LDH || opcode == BPF::LDH32; 331 return opcode == BPF::LDH || opcode == BPF::LDH32; 334 return opcode == BPF::LDW || opcode == BPF::LDW32; 334 return opcode == BPF::LDW || opcode == BPF::LDW32;