Home
last modified time | relevance | path

Searched refs:GetNextInstructionPc (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerTracePC.cpp149 ALWAYS_INLINE uintptr_t TracePC::GetNextInstructionPc(uintptr_t PC) { in GetNextInstructionPc() function in fuzzer::TracePC
165 GetNextInstructionPc(TE->PC)); in UpdateObservedPCs()
197 PrintPC("%p %F %L", "%p", GetNextInstructionPc(CoveredFuncs[i])); in UpdateObservedPCs()
263 auto Name = DescribePC("%F", GetNextInstructionPc(PCTE.Start[I].PC)); in SetFocusFunction()
295 auto VisualizePC = GetNextInstructionPc(First->PC); in PrintCoverage()
315 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
320 Printf(DescribePC(" %l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
330 DescribePC("%s:%l", GetNextInstructionPc(PC)).c_str()); in PrintCoverage()
HDFuzzerTracePC.h128 static uintptr_t GetNextInstructionPc(uintptr_t PC);
HDFuzzerFork.cpp259 TPC.GetNextInstructionPc(TE->PC)); in RunOneMergeJob()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_signals_standalone.cpp54 StackTrace::GetNextInstructionPc(sig.pc), sig.bp, in OnStackUnwind()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stacktrace_sparc.cpp63 uhwptr pc1 = GetNextInstructionPc(((uhwptr *)bp)[15]); in UnwindFast()
HDsanitizer_stacktrace.cpp22 uptr StackTrace::GetNextInstructionPc(uptr pc) { in GetNextInstructionPc() function in __sanitizer::StackTrace
HDsanitizer_stacktrace.h80 static uptr GetNextInstructionPc(uptr pc);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_posix.cpp89 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_linux.cpp462 HandleTagMismatch(ai, StackTrace::GetNextInstructionPc(sig.pc), sig.bp, uc); in HwasanOnSIGTRAP()
488 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_platform_mac.cpp282 const uptr pc = StackTrace::GetNextInstructionPc( in ImitateTlsWrite()
HDtsan_rtl_thread.cpp195 const uptr pc = StackTrace::GetNextInstructionPc( in ThreadStart()
HDtsan_platform_linux.cpp577 const uptr pc = StackTrace::GetNextInstructionPc( in ImitateTlsWrite()
HDtsan_rtl.cpp655 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()
HDtsan_interceptors_posix.cpp2066 ObtainCurrentStack(thr, StackTrace::GetNextInstructionPc(pc), &stack); in ReportErrnoSpoiling()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_errors.cpp38 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan.cpp431 stack->Unwind(StackTrace::GetNextInstructionPc(sig.pc), sig.bp, sig.context, in OnStackUnwind()