Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h173 uint32_t GetNumThreadContexts();
H A DProcessElfCore.cpp265 const uint32_t num_threads = GetNumThreadContexts(); in UpdateThreadList()
732 uint32_t ProcessElfCore::GetNumThreadContexts() { in GetNumThreadContexts() function in ProcessElfCore
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h561 virtual uint32_t GetNumThreadContexts() { return 0; } in GetNumThreadContexts() function