Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h126 bool opcode_trap_frame(const uint8_t *Opcodes, unsigned &Offset,
H A DARMWinEHPrinter.cpp171 {0xff, 0xe8, 1, &Decoder::opcode_trap_frame},
951 bool Decoder::opcode_trap_frame(const uint8_t *OC, unsigned &Offset, in opcode_trap_frame() function in llvm::ARM::WinEH::Decoder