Home
last modified time | relevance | path

Searched refs:unwind (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp221 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl() argument
233 unwind(sig, unwind_context, stack); in ReportStackOverflowImpl()
239 UnwindSignalStackCallbackType unwind, in ReportDeadlySignalImpl() argument
272 unwind(sig, unwind_context, stack); in ReportDeadlySignalImpl()
281 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() argument
284 ReportStackOverflowImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal()
286 ReportDeadlySignalImpl(sig, tid, unwind, unwind_context); in ReportDeadlySignal()
290 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal() argument
295 ReportDeadlySignal(sig, tid, unwind, unwind_context); in HandleDeadlySignal()
H A Dsanitizer_common.h369 UnwindSignalStackCallbackType unwind,
376 UnwindSignalStackCallbackType unwind,
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.modulemap6 module unwind [system] {
8 header "unwind.h"
/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp352 TailMergePDataChunkX64(Chunk *tm, Chunk *unwind) : tm(tm), unwind(unwind) { in TailMergePDataChunkX64() argument
363 write32le(buf + 8, unwind->getRVA()); // UnwindInfo RVA in writeTo()
367 Chunk *unwind = nullptr; member in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64
739 Chunk *unwind = newTailMergeUnwindInfoChunk(); in create() local
749 Chunk *pdataChunk = unwind ? newTailMergePDataChunk(tm, unwind) : nullptr; in create()
793 if (unwind) in create()
794 unwindinfo.push_back(unwind); in create()
823 Chunk *DelayLoadContents::newTailMergePDataChunk(Chunk *tm, Chunk *unwind) { in newTailMergePDataChunk() argument
826 return make<TailMergePDataChunkX64>(tm, unwind); in newTailMergePDataChunk()
H A DDLL.h56 Chunk *newTailMergePDataChunk(Chunk *tm, Chunk *unwind);
/freebsd/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c56 static struct unwind { struct
72 unwind(void) in unwind() argument
314 unwind(); in main()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp141 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
675 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
676 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
680 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
689 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler()
718 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument
727 unwind = true; in ParseAtUnwindOrAtExcept()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError() argument
59 LLDB_INSTRUMENT_VA(this, unwind); in SetUnwindOnError()
61 m_opaque_up->SetUnwindOnError(unwind); in SetUnwindOnError()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h15 #if defined(__APPLE__) && __has_include_next(<unwind.h>)
30 # include_next <unwind.h>
33 # include_next <unwind.h>
H A Dmodule.modulemap316 header "unwind.h"
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td18 "--symbols, --relocations, --dynamic-table, --notes, --version-info, --unwind, "
49 def unwind : FF<"unwind", "Display unwind information">;
139 def : F<"u", "Alias for --unwind">, Alias<unwind>;
/freebsd/sys/modules/linux64/
H A DMakefile66 -nostdinc -fasynchronous-unwind-tables \
73 -nostdinc -fasynchronous-unwind-tables \
/freebsd/lib/libgcc_eh/
H A DMakefile14 INCS+= ${UNWINDINCDIR}/unwind.h
/freebsd/lib/libexecinfo/
H A DMakefile11 SRCS= backtrace.c symtab.c unwind.c
/freebsd/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c77 unwind(char *map) in unwind() function
160 unwind(map); in main()
/freebsd/sys/modules/linux/
H A DMakefile100 -fno-common -nostdinc -fasynchronous-unwind-tables \
107 -fno-common -nostdinc -fasynchronous-unwind-tables \
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h35 void SetUnwindOnError(bool unwind = true);
/freebsd/stand/i386/boot2/
H A DMakefile35 -fno-asynchronous-unwind-tables \
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DObjdumpOpts.td228 def unwind_info : Flag<["--"], "unwind-info">,
229 HelpText<"Display unwind information">;
231 HelpText<"Alias for --unwind-info">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def60 ///< Set when -femit-dwarf-unwind is passed.
/freebsd/sys/conf/
H A Dfiles.riscv86 riscv/riscv/unwind.c optional ddb | kdtrace_hooks | stack
H A Dkern.mk194 -fno-asynchronous-unwind-tables
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td206 /// Function doesn't unwind stack.
318 /// Function must be in a unwind table.
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc72 // FIXME: We should be able to use <unwind.h> for any target that has an
74 // despite the function not existing, and on Android, <unwind.h> conflicts
77 #include <unwind.h>
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h343 void SetUnwindOnError(bool unwind = false) { m_unwind_on_error = unwind; }

123