Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.h154 uint32_t GetNumThreadContexts();
HDProcessElfCore.cpp263 const uint32_t num_threads = GetNumThreadContexts(); in UpdateThreadList()
880 uint32_t ProcessElfCore::GetNumThreadContexts() { in GetNumThreadContexts() function in ProcessElfCore
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h474 virtual uint32_t GetNumThreadContexts() { return 0; } in GetNumThreadContexts() function