Home
last modified time | relevance | path

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

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