Searched refs:CallerLoc (Results 1 - 2 of 2) 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);
H A Dubsan_diag.h81 Location getCallerLocation(uptr CallerLoc = GET_CALLER_PC());

Completed in 66 milliseconds