Searched defs:CallerLoc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc52 Location __ubsan::getCallerLocation(uptr CallerLoc) { argument
53 if (!CallerLoc)
56 uptr Loc = StackTrace::GetPreviousInstructionPc(CallerLoc);

Completed in 192 milliseconds