Searched refs:CallerPC (Results 1 - 1 of 1) sorted by relevance
/external/compiler-rt/lib/ubsan/ | ||
H A D | ubsan_diag.h | 44 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { argument 45 CHECK(CallerPC); 46 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); |
Completed in 315 milliseconds