| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSString.cpp | 149 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 162 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 178 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 200 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 226 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 249 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 272 options.SetTargetSP(valobj.GetTargetSP()); in NSStringSummaryProvider() 285 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
|
| H A D | CFBasicHash.cpp | 27 m_exe_ctx_ref.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in Update() 28 m_byte_order = m_exe_ctx_ref.GetTargetSP()->GetArchitecture().GetByteOrder(); in Update() 46 Target *target = m_exe_ctx_ref.GetTargetSP().get(); in UpdateFor()
|
| H A D | NSIndexPath.cpp | 38 m_backend.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in NSIndexPathSyntheticFrontEnd() 59 *m_backend.GetExecutionContextRef().GetTargetSP()); in Update()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 99 TargetSP target_sp = m_valobj_sp->GetTargetSP(); in IsValid() 116 Target *target = value_sp->GetTargetSP().get(); in GetSP() 169 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl 171 return m_valobj_sp->GetTargetSP(); in GetTargetSP() 657 lldb::TargetSP target_sp = m_opaque_sp->GetTargetSP(); in CreateBoolValue() 672 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex() 723 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName() 1048 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget() 1118 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1133 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() [all …]
|
| H A D | SBExecutionContext.cpp | 82 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 109 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext() 118 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 132 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 145 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext() 433 m_target_wp = exe_ctx.GetTargetSP(); in operator =() 562 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CxxStringTypes.cpp | 59 options.SetTargetSP(valobj.GetTargetSP()); in CharStringSummaryProvider() 126 options.SetTargetSP(valobj.GetTargetSP()); in WCharStringSummaryProvider() 228 location_sp->GetTargetSP()->GetMaximumSizeOfStringSummary(); in StringBufferSummaryProvider()
|
| H A D | GenericBitset.cpp | 68 if (auto target_sp = m_backend.GetTargetSP()) { in GenericBitsetFrontEnd() 91 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
|
| H A D | GenericOptional.cpp | 67 if (auto target_sp = m_backend.GetTargetSP()) { in GenericOptionalFrontend()
|
| H A D | LibCxxList.cpp | 177 if (m_backend.GetTargetSP()) in Update() 179 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 182 auto *state = exe_ctx.GetTargetSP()->GetPersistentExpressionStateForLanguage( in ResetDeclMap() 189 keep_result_in_memory, nullptr, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 212 lldb::TargetSP GetTargetSP() const; 454 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
|
| H A D | TargetList.h | 162 lldb::TargetSP GetTargetSP(Target *target) const;
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 77 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() 156 valobj_key = (target_sp = valobj->GetTargetSP()).get(); in FormatObject()
|
| H A D | StringPrinter.cpp | 368 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions() 375 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions() 411 lldb::TargetSP target_sp = options.GetTargetSP(); in ReadEncodedBufferAndDumpToStream()
|
| H A D | TypeSummary.cpp | 199 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() 256 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
|
| H A D | ValueObjectPrinter.cpp | 645 .GetTargetSP() in GetMaxNumChildrenToPrint() 663 .GetTargetSP() in PrintChildrenPostamble() 863 valobj.GetTargetSP() in PrintChildrenIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectVTable.cpp | 70 TargetSP target_sp = GetTargetSP(); in UpdateValue() 226 TargetSP target_sp = GetTargetSP(); in UpdateValue()
|
| H A D | ValueObjectMemory.cpp | 62 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() 89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
|
| H A D | ValueObject.cpp | 616 if (TargetSP target_sp = GetExecutionContextRef().GetTargetSP()) { in GetSummaryAsCString() 1224 lldb::TargetSP target = GetTargetSP(); in SetValueFromInteger() 1288 lldb::TargetSP target = GetTargetSP(); in SetValueFromInteger() 2002 TargetSP target_sp(GetTargetSP()); in CalculateSyntheticValue() 2972 if (auto target_sp = GetTargetSP()) { in GetLoadAddress() 3028 lldb::TargetSP target = GetTargetSP(); in CastDerivedToBaseType() 3106 lldb::TargetSP target = GetTargetSP(); in CastBaseToDerivedType() 3146 lldb::TargetSP target = GetTargetSP(); in CastToBasicType() 3300 lldb::TargetSP target = GetTargetSP(); in CastToEnumType() 3352 TargetSP target_sp(exe_ctx.GetTargetSP()); in EvaluationPoint() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | CommandObjectThreadTraceExportCTF.cpp | 67 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 94 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription() 532 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException() 543 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 38 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | StringPrinter.h | 114 lldb::TargetSP GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 47 TargetSP target_sp = breakpoint_sp->GetTargetSP(); in CreateImplementationIfNeeded()
|