Home
last modified time | relevance | path

Searched refs:CurrentPCForStack (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h152 uint64_t CurrentPCForStack(breakpad_thread_state_data_t state);
H A Dminidump_generator.cc446 uint64_t MinidumpGenerator::CurrentPCForStack( in CurrentPCForStack() function in google_breakpad::MinidumpGenerator
1049 uint64_t ip = CurrentPCForStack(state); in WriteMemoryListStream()
1170 exception_ptr->exception_record.exception_address = CurrentPCForStack(state); in WriteExceptionStream()