Searched refs:DW_OP_APPLE_uninit (Results 1 – 3 of 3) sorted by relevance
51 #define DW_OP_APPLE_uninit 0xF0 // This is actually generated by some apple compilers in loc… macro
232 DW_OP_APPLE_uninit = 0xF0, enumerator
201 case DW_OP_APPLE_uninit: return "DW_OP_APPLE_uninit"; in DW_OP_value_to_name()312 …s->Printf("0x%8.8" PRIx64 ": %s", op_offset, op >= DW_OP_APPLE_uninit ? "DW_OP_APPLE_" : "DW_OP_"); in DumpLocation()591 case DW_OP_APPLE_uninit: in DumpLocation()