Searched defs:getInstSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/BPF/Disassembler/ | ||
H A D | BPFDisassembler.cpp | 73 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 D | ProfiledBinary.h | 393 uint64_t getInstSize(uint64_t Address) const { getInstSize() function |