Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp134 StratifiedIndex SetIndex) { in FunctionInfo() argument
139 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
147 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
148 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
158 SetIndex = Link.Below; in FunctionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadSpec.h50 void SetIndex(uint32_t index) { m_index = index; } in SetIndex() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadSpec.cpp48 thread_spec_up->SetIndex(index); in CreateFromStructuredData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp129 GetLocationOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
134 m_options_ap->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DBreakpoint.cpp373 m_options_up->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointName.cpp386 bp_name->GetOptions().GetThreadSpec()->SetIndex(index); in SetThreadIndex()
H A DSBBreakpoint.cpp333 bkpt_sp->GetOptions()->GetThreadSpec()->SetIndex(index); in SetThreadIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp154 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
H A DCommandObjectTarget.cpp4788 thread_spec->SetIndex(m_options.m_thread_index); in DoExecute()