Searched defs:GetNumThreadContexts (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ | ||
H A D | ObjectFile.h | 483 virtual uint32_t GetNumThreadContexts() { return 0; } GetNumThreadContexts() function |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ | ||
H A D | ProcessElfCore.cpp | 986 uint32_t ProcessElfCore::GetNumThreadContexts() { GetNumThreadContexts() function in ProcessElfCore |