Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp34 const uint8_t DWARF_CFI_PRIMARY_OPCODE_MASK = 0xc0; variable
42 uint8_t Primary = Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK; in parse()
278 if (Opcode & DWARF_CFI_PRIMARY_OPCODE_MASK) in dump()
279 Opcode &= DWARF_CFI_PRIMARY_OPCODE_MASK; in dump()
/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()