Home
last modified time | relevance | path

Searched defs:GetNextInstructionPc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp22 uptr StackTrace::GetNextInstructionPc(uptr pc) { in GetNextInstructionPc() function in __sanitizer::StackTrace
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp149 ALWAYS_INLINE uintptr_t TracePC::GetNextInstructionPc(uintptr_t PC) { in GetNextInstructionPc() function in fuzzer::TracePC