Home
last modified time | relevance | path

Searched refs:opcode_nop (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h116 bool opcode_nop(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
H A DARMWinEHPrinter.cpp166 {0xff, 0xe3, 1, &Decoder::opcode_nop},
842 bool Decoder::opcode_nop(const uint8_t *OC, unsigned &Offset, unsigned Length, in opcode_nop() function in llvm::ARM::WinEH::Decoder