Searched refs:StackTrace (Results 51 - 67 of 67) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp178 void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
H A Dasan_allocator.cpp836 static StackTrace GetStackTraceFromId(u32 id) {
838 StackTrace res = StackDepotGet(id);
846 StackTrace AsanChunkView::GetAllocStack() const {
850 StackTrace AsanChunkView::GetFreeStack() const {
H A Dasan_thread.cpp78 u32 parent_tid, StackTrace *stack,
H A Dasan_errors.cpp38 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp394 StackTrace stack = map->Get(stack_id);
513 StackTrace stack = StackDepotGet(m.stack_trace_id());
667 StackTrace stack = StackDepotGet(stack_trace_id);
670 StackTrace::GetPreviousInstructionPc(stack.trace[i]));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h45 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC);
H A Dubsan_diag.cpp39 if (StackTrace::WillUseFastUnwind(fast)) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp258 StackTrace stack = StackDepotGet(b->stk);
H A Dtsan_interface_java.cpp63 const uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_rtl.h588 void AddMemoryAccess(uptr addr, uptr external_tag, Shadow s, StackTrace stack,
590 void AddStack(StackTrace stack, bool suppressable = false);
695 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
H A Dtsan_rtl.cpp342 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context,
565 StackTrace(thr->shadow_stack, thr->shadow_stack_pos - thr->shadow_stack));
H A Dtsan_interface_ann.cpp55 const uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_rtl_mutex.cpp555 rep.AddStack(StackTrace(&dummy_pc, 1), true);
H A Dtsan_interface_atomic.cpp482 uptr pc = StackTrace::GetCurrentPc(); \
H A Dtsan_interceptors_posix.cpp1931 // StackTrace::GetNestInstructionPc(pc) is used because return address is
1933 ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp521 GET_FATAL_STACK_TRACE_PC_BP(StackTrace::GetCurrentPc(), GET_CURRENT_FRAME());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h35 struct StackTrace;
335 void ReportErrorSummary(const char *error_type, const StackTrace *trace,

Completed in 225 milliseconds

123