Searched refs:CallerPC (Results 1 – 1 of 1) sorted by relevance
23 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() argument24 CHECK(CallerPC); in getCallerLocation()25 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); in getCallerLocation()