Searched refs:getInstSize (Results 1 – 6 of 6) sorted by relevance
76 uint8_t getInstSize(uint64_t Inst) const { return (Inst >> 59) & 0x3; }; in getInstSize() function in __anon99d25df30111::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
187 unsigned getInstSize() const { return Code.size(); } in getInstSize() function
323 return cast<MCInstFragment>(F).getInstSize(); in ComputeFragmentSize()