Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/ubsan/
H A Dubsan_diag.h43 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() argument
44 CHECK(CallerPC); in getCallerLocation()
45 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); in getCallerLocation()