HomeSort by relevance Sort by last modified time
    Searched refs:_LIBUNWIND_ABORT (Results 1 - 12 of 12) sorted by null

  /external/libunwind_llvm/src/
Registers.hpp 154 _LIBUNWIND_ABORT("unsupported x86 register");
198 _LIBUNWIND_ABORT("unsupported x86 register");
229 _LIBUNWIND_ABORT("no x86 float registers");
233 _LIBUNWIND_ABORT("no x86 float registers");
237 _LIBUNWIND_ABORT("no x86 vector registers");
241 _LIBUNWIND_ABORT("no x86 vector registers");
379 _LIBUNWIND_ABORT("unsupported x86_64 register");
439 _LIBUNWIND_ABORT("unsupported x86_64 register");
518 _LIBUNWIND_ABORT("no x86_64 float registers");
522 _LIBUNWIND_ABORT("no x86_64 float registers")
    [all...]
config.h 88 #define _LIBUNWIND_ABORT(msg) \
93 #define _LIBUNWIND_ABORT(msg) \
Unwind-seh.cpp 57 _LIBUNWIND_ABORT("SEH cleanup called on non-SEH exception");
145 _LIBUNWIND_ABORT("Personality continued unwind at the target frame!");
154 _LIBUNWIND_ABORT("Personality indicated exception handler in phase 2!");
163 _LIBUNWIND_ABORT("RtlUnwindEx() failed");
172 _LIBUNWIND_ABORT("Personality installed context during phase 1!");
199 _LIBUNWIND_ABORT("RtlUnwindEx() failed");
404 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
Unwind-sjlj.c 205 _LIBUNWIND_ABORT("during phase1 personality function said it would "
364 _LIBUNWIND_ABORT("_Unwind_SjLj_Resume() can't return");
386 _LIBUNWIND_ABORT("__Unwind_SjLj_Resume_or_Rethrow() called "
487 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
498 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
AddressSpace.hpp 257 _LIBUNWIND_ABORT("truncated uleb128 expression");
262 _LIBUNWIND_ABORT("malformed uleb128 expression");
281 _LIBUNWIND_ABORT("truncated sleb128 expression");
346 _LIBUNWIND_ABORT("unknown pointer encoding");
358 _LIBUNWIND_ABORT("DW_EH_PE_textrel pointer encoding not supported");
365 _LIBUNWIND_ABORT("DW_EH_PE_datarel is invalid with a datarelBase of 0");
369 _LIBUNWIND_ABORT("DW_EH_PE_funcrel pointer encoding not supported");
372 _LIBUNWIND_ABORT("DW_EH_PE_aligned pointer encoding not supported");
375 _LIBUNWIND_ABORT("unknown pointer encoding");
EHHeaderParser.hpp 157 _LIBUNWIND_ABORT("Can't binary search on variable length encoded data.");
161 _LIBUNWIND_ABORT("Unknown DWARF encoding for search table.");
UnwindLevel1-gcc-ext.c 61 _LIBUNWIND_ABORT("_Unwind_Resume_or_Rethrow() called _Unwind_RaiseException()"
73 _LIBUNWIND_ABORT("_Unwind_GetDataRelBase() not implemented");
83 _LIBUNWIND_ABORT("_Unwind_GetTextRelBase() not implemented");
CompactUnwinder.hpp 70 _LIBUNWIND_ABORT("invalid compact unwind encoding");
108 _LIBUNWIND_ABORT("invalid compact unwind encoding");
227 _LIBUNWIND_ABORT("invalid compact unwind encoding");
301 _LIBUNWIND_ABORT("invalid compact unwind encoding");
339 _LIBUNWIND_ABORT("invalid compact unwind encoding");
458 _LIBUNWIND_ABORT("invalid compact unwind encoding");
527 _LIBUNWIND_ABORT("invalid compact unwind encoding");
DwarfInstructions.hpp 102 _LIBUNWIND_ABORT("unsupported restore location for register");
125 _LIBUNWIND_ABORT("unsupported restore location for float register");
148 _LIBUNWIND_ABORT("unsupported restore location for vector register");
742 _LIBUNWIND_ABORT("DW_OP_fbreg not implemented");
746 _LIBUNWIND_ABORT("DW_OP_piece not implemented");
766 _LIBUNWIND_ABORT("DW_OP_deref_size with bad size");
780 _LIBUNWIND_ABORT("DWARF opcode not implemented");
UnwindCursor.hpp 417 virtual bool validReg(int) { _LIBUNWIND_ABORT("validReg not implemented"); }
418 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
420 _LIBUNWIND_ABORT("setReg not implemented");
423 _LIBUNWIND_ABORT("validFloatReg not implemented");
426 _LIBUNWIND_ABORT("getFloatReg not implemented");
429 _LIBUNWIND_ABORT("setFloatReg not implemented");
431 virtual int step() { _LIBUNWIND_ABORT("step not implemented"); }
433 _LIBUNWIND_ABORT("getInfo not implemented");
435 virtual void jumpto() { _LIBUNWIND_ABORT("jumpto not implemented"); }
437 _LIBUNWIND_ABORT("isSignalFrame not implemented")
    [all...]
Unwind-EHABI.cpp 146 _LIBUNWIND_ABORT("Type matching not implemented");
152 _LIBUNWIND_ABORT("Invalid descriptor kind found.");
613 _LIBUNWIND_ABORT("during phase1 personality function said it would "
716 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");
806 _LIBUNWIND_ABORT("unsupported register class");
860 _LIBUNWIND_ABORT("unsupported register class");
    [all...]
UnwindLevel1.c 202 _LIBUNWIND_ABORT("during phase1 personality function said it would "
392 _LIBUNWIND_ABORT("_Unwind_Resume() can't return");

Completed in 119 milliseconds