Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadSpec.cpp143 if (GetIndex() != UINT32_MAX) in GetDescription()
144 s->Printf("index: %d ", GetIndex()); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadSpec.h55 uint32_t GetIndex() const { return m_index; } in GetIndex() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp357 if (m_options.GetThreadSpec()->GetIndex() == index) in SetThreadIndex()
368 return m_options.GetThreadSpecNoCreate()->GetIndex(); in GetThreadIndex()
H A DBreakpointLocation.cpp141 return thread_spec->GetIndex(); in GetThreadIndex()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointName.cpp401 return bp_name->GetOptions().GetThreadSpec()->GetIndex(); in GetThreadIndex()
H A DSBBreakpoint.cpp393 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1204 auto *GetIndex = II.getArgOperand(1); in instCombineSVETupleGet() local
1216 if (GetIndex == SetIndex) in instCombineSVETupleGet()