Home
last modified time | relevance | path

Searched defs:unwind (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_report.cpp172 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl()
190 UnwindSignalStackCallbackType unwind, in ReportDeadlySignalImpl()
232 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal()
241 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal()
Dsanitizer_symbolizer_markup.cpp106 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal()
/external/elfutils/backends/
Dppc64_unwind.c47 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), in EBLHOOK() argument
Daarch64_unwind.c46 EBLHOOK(unwind) (Ebl *ebl __attribute__ ((unused)), Dwarf_Addr pc __attribute__ ((unused)), in EBLHOOK() argument
/external/llvm-project/libunwind/src/
DCMakeLists.txt177 add_custom_target(unwind DEPENDS ${LIBUNWIND_BUILD_TARGETS}) target
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
DTestExitDuringExpression.py45 def exiting_expression_test(self, before_one_thread_timeout , unwind): argument
/external/boringssl/src/crypto/test/
Dabi_test.h363 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
415 bool unwind, R (*func)(Args...), in CheckGTest()
Dabi_test.cc96 bool unwind) { in RunTrampoline()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.h363 inline crypto_word_t CheckImpl(Result *out, bool unwind, R (*func)(Args...), in CheckImpl()
415 bool unwind, R (*func)(Args...), in CheckGTest()
Dabi_test.cc96 bool unwind) { in RunTrampoline()
/external/rust/cxx/src/
Dlib.rs422 mod unwind; module
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp646 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/llvm-project/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp660 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
703 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp64 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
/external/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp576 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_vtbl.c438 GLuint unwind; in i915_emit_state() local
/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.cpp94 bool VirtualUnwinder::unwind(const HybridSample &Sample, uint64_t Repeat) { in unwind() function in llvm::sampleprof::VirtualUnwinder
/external/perfetto/src/profiling/perf/
Dunwinding.cc352 UnwindResult unwind = attempt_unwind(); in UnwindSample() local
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DCompactUnwindPass.cpp347 auto *unwind = new (_file.allocator()) in perform() local
/external/rust/crates/rayon-core/src/
Dlib.rs49 mod unwind; module
/external/llvm-project/lld/COFF/
DWriter.cpp1924 struct Entry { ulittle32_t begin, end, unwind; }; in sortExceptionTable() member
1935 struct Entry { ulittle32_t begin, unwind; }; in sortExceptionTable() member
/external/mksh/src/
Dmain.c976 unwind(int i) in unwind() function
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp3362 static bool isExtabRef(uint32_t unwind) { in isExtabRef()
3375 ulittle32_t unwind; in isDuplicateArmExidxSec() member