Home
last modified time | relevance | path

Searched refs:m_target_sp (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp20 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() {} in ExecutionContext()
26 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
32 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
38 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
44 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
51 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
58 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
65 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
72 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
80 : m_target_sp(), m_process_sp(), m_thread_sp(), m_frame_sp() { in ExecutionContext()
[all …]
H A DLanguageRuntime.cpp57 ProcessSP process_sp(m_target_sp->GetProcessSP()); in UpdateModuleListIfNeeded()
H A DTarget.cpp3848 : UserID(uid), m_target_sp(target_sp), m_specifier_sp(), in StopHook()
3852 : UserID(rhs.GetID()), m_target_sp(rhs.m_target_sp), in StopHook()
5127 : EventData(), m_target_sp(target_sp), m_module_list() {} in TargetEventData()
5131 : EventData(), m_target_sp(target_sp), m_module_list(module_list) {} in TargetEventData()
5163 target_sp = event_data->m_target_sp; in GetTargetFromEvent()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp73 : m_target_sp(target_sp), SubclassID(filterType) {} in SearchFilter()
211 if (!m_target_sp) in Search()
213 empty_sc.target_sp = m_target_sp; in Search()
226 if (!m_target_sp) in SearchInModuleList()
228 empty_sc.target_sp = m_target_sp; in SearchInModuleList()
246 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration()
265 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration()
272 SymbolContext matchingContext(m_target_sp, module_sp); in DoModuleIteration()
298 SymbolContext matchingContext(m_target_sp, module_sp, context.comp_unit); in DoCUIteration()
313 SymbolContext matchingContext(m_target_sp, module_sp, cu_sp.get()); in DoCUIteration()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h112 void SetTargetSP(lldb::TargetSP t) { m_target_sp = std::move(t); } in SetTargetSP()
114 lldb::TargetSP GetTargetSP() const { return m_target_sp; } in GetTargetSP()
122 lldb::TargetSP m_target_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp33 : m_target_sp(target_sp) {} in ClangPersistentVariables()
122 ClangModulesDeclVendor::Create(*m_target_sp)); in GetClangModulesDeclVendor()
H A DClangUserExpression.h222 ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {} in ResultDelegate()
232 lldb::TargetSP m_target_sp; variable
H A DClangPersistentVariables.h114 std::shared_ptr<Target> m_target_sp; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h454 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP()
561 lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
H A DTarget.h574 const lldb::TargetSP &GetTarget() const { return m_target_sp; } in GetTarget()
579 lldb::TargetSP m_target_sp;
1345 lldb::TargetSP &GetTarget() { return m_target_sp; } in GetTarget()
1389 lldb::TargetSP m_target_sp;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp913 : m_target_sp(target_sp), m_module_spec(), m_module_sp(), m_file_spec_up(), in SymbolContextSpecifier()
953 m_target_sp ? m_target_sp->GetImages().FindFirstModule(module_spec) in AddSpecification()
1012 if (m_target_sp && !m_target_sp->IsDummyTarget() && in SymbolContextMatches()
1013 m_target_sp != sc.target_sp) in SymbolContextMatches()
1098 m_target_sp->GetImages().ResolveSymbolContextForAddress( in AddressMatches()
1163 m_address_range_up->Dump(s, m_target_sp.get(), in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget()
278 lldb::TargetSP m_target_sp; // Every filter has to be associated with variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h359 lldb::TargetSP m_target_sp;