Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp135 StratifiedIndex SetIndex) { in FunctionInfo() argument
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
159 SetIndex = Link.Below; in FunctionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h45 void SetIndex(uint32_t index) { m_index = index; } in SetIndex() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp33 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp126 GetLocationOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
131 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DBreakpoint.cpp359 m_options.GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointName.cpp398 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DSBBreakpoint.cpp387 bkpt_sp->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp132 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
H A DCommandObjectTarget.cpp4670 thread_spec->SetIndex(m_options.m_thread_index); in DoExecute()