Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h72 bool IndexMatches(uint32_t index) const { in IndexMatches() function
/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp84 bool ThreadSpec::IndexMatches(Thread &thread) const { in IndexMatches() function in ThreadSpec