/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_report_fuchsia.cpp | 24 UnwindSignalStackCallbackType unwind, in ReportDeadlySignal() 28 UnwindSignalStackCallbackType unwind, in HandleDeadlySignal()
|
H A D | sanitizer_symbolizer_report.cpp | 221 UnwindSignalStackCallbackType unwind, in ReportStackOverflowImpl() argument 239 ReportDeadlySignalImpl(const SignalContext & sig,u32 tid,UnwindSignalStackCallbackType unwind,const void * unwind_context) ReportDeadlySignalImpl() argument 281 ReportDeadlySignal(const SignalContext & sig,u32 tid,UnwindSignalStackCallbackType unwind,const void * unwind_context) ReportDeadlySignal() argument 290 HandleDeadlySignal(void * siginfo,void * context,u32 tid,UnwindSignalStackCallbackType unwind,const void * unwind_context) HandleDeadlySignal() argument
|
/llvm-project/libunwind/src/ |
H A D | CMakeLists.txt | 228 add_custom_target(unwind DEPENDS ${LIBUNWIND_BUILD_TARGETS}) global() target [all...] |
/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/ |
H A D | TestExitDuringExpression.py | 46 def exiting_expression_test(self, before_one_thread_timeout, unwind): argument
|
/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx2_x86-64_windows_msvc.asm | 1304 unwind: label
|
H A D | blake3_sse41_x86-64_windows_msvc.asm | 1445 unwind: label
|
H A D | blake3_sse2_x86-64_windows_msvc.asm | 1641 unwind: label
|
H A D | blake3_avx512_x86-64_windows_msvc.asm | 1094 unwind: label
|
/llvm-project/lld/COFF/ |
H A D | DLL.cpp | 352 TailMergePDataChunkX64(Chunk * tm,Chunk * unwind) TailMergePDataChunkX64() argument 367 Chunk *unwind = nullptr; global() member in lld::coff::__anon9094fd470111::TailMergePDataChunkX64 739 Chunk *unwind = newTailMergeUnwindInfoChunk(); create() local 823 newTailMergePDataChunk(Chunk * tm,Chunk * unwind) newTailMergePDataChunk() argument
|
H A D | Writer.cpp | 2267 ulittle32_t begin, end, unwind; sortExceptionTables() member 2270 ulittle32_t begin, unwind; sortExceptionTables() member
|
/llvm-project/lldb/source/API/ |
H A D | SBExpressionOptions.cpp | 58 void SBExpressionOptions::SetUnwindOnError(bool unwind) { in SetUnwindOnError()
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 675 bool unwind = false, except = false; ParseSEHDirectiveHandler() local 718 ParseAtUnwindOrAtExcept(bool & unwind,bool & except) ParseAtUnwindOrAtExcept() argument [all...] |
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 265 bool VirtualUnwinder::unwind(const PerfSample *Sample, uint64_t Repeat) { unwind() function in llvm::sampleprof::VirtualUnwinder
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 1322 build(OpBuilder & builder,OperationState & state,LLVMFuncOp func,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument 1331 build(OpBuilder & builder,OperationState & state,TypeRange tys,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument 1341 build(OpBuilder & builder,OperationState & state,LLVMFunctionType calleeType,FlatSymbolRefAttr callee,ValueRange ops,Block * normal,ValueRange normalOps,Block * unwind,ValueRange unwindOps) build() argument [all...] |
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 4039 isExtabRef(uint32_t unwind) isExtabRef() argument
|