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

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h44 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { argument
45 CHECK(CallerPC);
46 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC);

Completed in 315 milliseconds