Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h82 bool opcode_alloc_s(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
H A DARMWinEHPrinter.cpp150 { 0xe0, 0x00, 1, &Decoder::opcode_alloc_s },
598 bool Decoder::opcode_alloc_s(const uint8_t *OC, unsigned &Offset, in opcode_alloc_s() function in llvm::ARM::WinEH::Decoder