Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp543 class ArchThreadContexts { class
551 ArchThreadContexts(llvm::Triple::ArchType arch) : m_arch(arch) {} in ArchThreadContexts() function in ArchThreadContexts
640 ArchThreadContexts thread_context(arch.GetMachine()); in AddThreadList()