Home
last modified time | relevance | path

Searched defs:getInstSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp73 uint8_t getInstSize(uint64_t Inst) const { return (Inst >> 59) & 0x3; }; in getInstSize() function in __anonf9fc25e30111::BPFDisassembler
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h393 uint64_t getInstSize(uint64_t Address) const { getInstSize() function