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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp94 const uint8_t DWARF_CFI_PRIMARY_OPCODE_MASK = 0xc0; variable
102 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK;
188 if (Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK)
189 Opcode &= DWARF_CFI_PRIMARY_OPCODE_MASK;

Completed in 48 milliseconds