Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp469 LocationDescriptor thread_context_memory_locator; in AddThreadList() local
470 thread_context_memory_locator.DataSize = in AddThreadList()
472 thread_context_memory_locator.RVA = static_cast<llvm::support::ulittle32_t>( in AddThreadList()
486 t.Stack = stack, t.Context = thread_context_memory_locator; in AddThreadList()
528 LocationDescriptor thread_context_memory_locator; in AddException() local
529 thread_context_memory_locator.DataSize = in AddException()
531 thread_context_memory_locator.RVA = static_cast<llvm::support::ulittle32_t>( in AddException()
552 exp_stream.ThreadContext = thread_context_memory_locator; in AddException()