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.cpp97 const uint8_t DWARF_CFI_PRIMARY_OPCODE_MASK = 0xc0; variable
105 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parseInstructions()
416 if (Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) in dumpInstructions()
417 Opcode &= DWARF_CFI_PRIMARY_OPCODE_MASK; in dumpInstructions()