Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h163 uint32_t GetNumThreadContexts();
H A DProcessElfCore.cpp293 const uint32_t num_threads = GetNumThreadContexts(); in DoUpdateThreadList()
1057 uint32_t ProcessElfCore::GetNumThreadContexts() { in GetNumThreadContexts() function in ProcessElfCore
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h484 virtual uint32_t GetNumThreadContexts() { return 0; } in GetNumThreadContexts() function