Searched defs:target_sp (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp177 TargetSP target_sp = local
H A DOptionGroupFormat.cpp201 TargetSP target_sp = local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp62 TargetSP target_sp = m_backend.GetTargetSP(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSourceManager.cpp29 SourceManagerImpl(const lldb::TargetSP &target_sp) argument
H A DSBBreakpointName.cpp37 SBBreakpointNameImpl(TargetSP target_sp, const char *name) { argument
[all...]
H A DSBBreakpoint.cpp799 SBBreakpointListImpl(lldb::TargetSP target_sp) : m_target_wp() { argument
819 TargetSP target_sp = m_target_wp.lock(); local
831 TargetSP target_sp = m_target_wp.lock(); local
841 TargetSP target_sp = m_target_wp.lock(); local
856 TargetSP target_sp = m_target_wp.lock(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp148 TargetSP target_sp; local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h309 lldb::TargetSP target_sp; ///< The Target for a given query member in class:lldb_private::SymbolContext
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp254 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } argument
291 SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp109 TargetSP target_sp = local
133 const auto &target_sp = execution_context->GetTargetSP(); local
H A DCommandCompletions.cpp290 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
481 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
495 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); local
H A DCommandObjectPlatform.cpp1228 TargetSP target_sp = variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp22 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) { argument
58 lldb::TargetSP target_sp = m_target_wp.lock(); local
638 lldb::TargetSP target_sp = m_target_wp.lock(); local
[all...]
H A DUserExpression.cpp97 lldb::TargetSP target_sp; local
71 LockAndCheckContext(ExecutionContext &exe_ctx, lldb::TargetSP &target_sp, lldb::ProcessSP &process_sp, lldb::StackFrameSP &frame_sp) argument
H A DMaterializer.cpp862 lldb::TargetSP target_sp = exe_scope->CalculateTarget(); variable
1072 lldb::TargetSP target_sp; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp26 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp, argument
246 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) { argument
290 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, argument
464 SetTargetSP(const lldb::TargetSP &target_sp) argument
[all...]
H A DLanguageRuntime.cpp21 ExceptionSearchFilter::ExceptionSearchFilter(const lldb::TargetSP &target_sp, argument
H A DTargetList.cpp51 CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, const OptionGroupPlatform *platform_options, TargetSP &target_sp) argument
62 CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, PlatformSP &platform_sp, TargetSP &target_sp) argument
72 CreateTargetInternal( Debugger &debugger, llvm::StringRef user_exe_path, llvm::StringRef triple_str, LoadDependentFiles load_dependent_files, const OptionGroupPlatform *platform_options, TargetSP &target_sp, bool is_dummy_target) argument
306 CreateDummyTarget(Debugger &debugger, llvm::StringRef specified_arch_name, lldb::TargetSP &target_sp) argument
315 CreateTargetInternal(Debugger &debugger, llvm::StringRef user_exe_path, const ArchSpec &specified_arch, LoadDependentFiles load_dependent_files, lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp, bool is_dummy_target) argument
445 DeleteTarget(TargetSP &target_sp) argument
461 TargetSP target_sp; local
482 TargetSP target_sp; local
495 TargetSP target_sp; local
510 TargetSP target_sp; local
583 TargetSP target_sp; local
[all...]
H A DRegisterContext.cpp127 TargetSP target_sp = m_thread.CalculateTarget(); local
154 TargetSP target_sp = m_thread.CalculateTarget(); local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp139 TargetSP target_sp; local
520 TargetSP target_sp; local
[all...]
H A DSearchFilter.cpp72 SearchFilter::SearchFilter(const TargetSP &target_sp, unsigned char filterType) argument
164 lldb::SearchFilterSP SearchFilter::CreateCopy(lldb::TargetSP& target_sp) { argument
77 CreateFromStructuredData( const lldb::TargetSP& target_sp, const StructuredData::Dictionary &filter_dict, Status &error) argument
364 CreateFromStructuredData( const lldb::TargetSP& target_sp, const StructuredData::Dictionary &data_dict, Status &error) argument
400 SearchFilterByModule(const lldb::TargetSP &target_sp, const FileSpec &module) argument
466 CreateFromStructuredData( const lldb::TargetSP& target_sp, const StructuredData::Dictionary &data_dict, Status &error) argument
508 SearchFilterByModuleList( const lldb::TargetSP &target_sp, const FileSpecList &module_list) argument
513 SearchFilterByModuleList( const lldb::TargetSP &target_sp, const FileSpecList &module_list, enum FilterTy filter_ty) argument
602 CreateFromStructuredData( const lldb::TargetSP& target_sp, const StructuredData::Dictionary &data_dict, Status &error) argument
643 SearchFilterByModuleListAndCU( const lldb::TargetSP &target_sp, const FileSpecList &module_list, const FileSpecList &cu_list) argument
652 CreateFromStructuredData( const lldb::TargetSP& target_sp, const StructuredData::Dictionary &data_dict, Status &error) argument
[all...]
H A DSourceManager.cpp54 SourceManager::SourceManager(const TargetSP &target_sp) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp208 ProcessGDBRemote::CreateInstance(lldb::TargetSP target_sp, argument
217 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp, argument
249 ProcessGDBRemote::ProcessGDBRemote(lldb::TargetSP target_sp, argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp66 static CompilerType GetLLDBNSPairType(TargetSP target_sp) { argument
[all...]

Completed in 174 milliseconds

123