Home
last modified time | relevance | path

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

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