Searched refs:GetThreadContext (Results 1 – 4 of 4) sorted by relevance
63 llvm::ArrayRef<uint8_t> GetThreadContext(const LocationDescriptor &location);65 llvm::ArrayRef<uint8_t> GetThreadContext(const minidump::Thread &td);
94 MinidumpParser::GetThreadContext(const LocationDescriptor &location) { in GetThreadContext() function in MinidumpParser101 MinidumpParser::GetThreadContext(const minidump::Thread &td) { in GetThreadContext() function in MinidumpParser102 return GetThreadContext(td.Context); in GetThreadContext()
478 context = m_minidump_parser->GetThreadContext(context_location); in DoUpdateThreadList()
532 if (!GetThreadContext(GetCurrentThread(), &ctx)) in write_stacktrace()