Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h128 bool opcode_context(const uint8_t *Opcodes, unsigned &Offset, unsigned Length,
H A DARMWinEHPrinter.cpp173 { 0xff, 0xea, 1, &Decoder::opcode_context },
887 bool Decoder::opcode_context(const uint8_t *OC, unsigned &Offset, in opcode_context() function in llvm::ARM::WinEH::Decoder