Searched refs:GetPreviousInstructionPc (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.h79 static inline uptr GetPreviousInstructionPc(uptr pc);
85 uptr StackTrace::GetPreviousInstructionPc(uptr pc) { function in class:__sanitizer::StackTrace
H A Dsanitizer_stacktrace_libcdep.cpp108 uptr pc = GetPreviousInstructionPc(trace[i]);
194 pc = StackTrace::GetPreviousInstructionPc(pc);
H A Dsanitizer_coverage_libcdep_new.cpp227 guard, StackTrace::GetPreviousInstructionPc(GET_CALLER_PC()));
H A Dsanitizer_symbolizer_report.cpp84 uptr pc = StackTrace::GetPreviousInstructionPc(stack->trace[0]);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_debugging.cpp69 trace[i] = StackTrace::GetPreviousInstructionPc(stack.trace[i]);
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h45 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC);
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp125 uptr pc = StackTrace::GetPreviousInstructionPc(St.trace[i]);
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp130 inline ALWAYS_INLINE uintptr_t GetPreviousInstructionPc(uintptr_t PC) {
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp111 pc1 = StackTrace::GetPreviousInstructionPc(pc);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp570 return stack->size ? StackTrace::GetPreviousInstructionPc(stack->trace[0])
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.cpp218 StackTrace::GetPreviousInstructionPc(stack.trace[i]));

Completed in 149 milliseconds