reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2724   opcode_class = DW_OP_value_to_class(opcode) & (~DRC_DWARFv3);
 2726   s.Printf("%s ", DW_OP_value_to_name(opcode));
 2732   if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx) {
 2738   if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_entry_value) {
 2744     s.Printf("UNKNOWN OP %u", opcode);
 2748   switch (opcode) {
 2847     s.Printf("UNKNOWN ONE-OPERAND OPCODE, #%u", opcode);