Searched refs:getInstSize (Results 1 – 4 of 4) sorted by relevance
76 uint8_t getInstSize(uint64_t Inst) const { return (Inst >> 59) & 0x3; }; in getInstSize() function in __anonef6b4eb50111::BPFDisassembler178 getInstSize(Insn) != BPF_DW && in getInstruction()
282 InstByte += Fragment->getInstSize() - UINT64_C(1); in getFragmentInstByte()
437 OS << " InstSize:" << F->getInstSize(); in dump()
398 size_t getInstSize() const { in getInstSize() function