Home
last modified time | relevance | path

Searched defs:GetBackingThread (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h146 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h522 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } in GetBackingThread() function