Searched refs:SetIndex (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp135 StratifiedIndex SetIndex) {
140 auto Itr = InterfaceMap.find(SetIndex);
148 auto &Link = Sets.getLink(SetIndex);
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue));
159 SetIndex = Link.Below;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h45 void SetIndex(uint32_t index) { m_index = index; } function in class:lldb_private::ThreadSpec
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp35 thread_spec_up->SetIndex(index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp128 GetLocationOptions()->GetThreadSpec()->SetIndex(index);
133 m_options_up->GetThreadSpec()->SetIndex(index);
H A DBreakpoint.cpp369 m_options_up->GetThreadSpec()->SetIndex(index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp397 bp_name->GetOptions().GetThreadSpec()->SetIndex(index);
H A DSBBreakpoint.cpp377 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp131 m_bp_opts.GetThreadSpec()->SetIndex(thread_index);
H A DCommandObjectTarget.cpp4669 thread_spec->SetIndex(m_options.m_thread_index);

Completed in 362 milliseconds