Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp100 const uint8_t DWARF_CFI_PRIMARY_OPCODE_MASK = 0xc0; variable
108 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions()
449 if (Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) in dumpInstructions()
450 Opcode &= DWARF_CFI_PRIMARY_OPCODE_MASK; in dumpInstructions()