Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h23 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() argument
24 CHECK(CallerPC); in getCallerLocation()
25 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); in getCallerLocation()