| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| 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() 57 *m_backend.GetExecutionContextRef().GetTargetSP()); in Update()
|
| H A D | NSString.cpp | 234 GetNSPathStore2Type(*valobj.GetTargetSP())); in NSStringSummaryProvider() 299 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
|
| H A D | NSArray.cpp | 445 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in NSArrayMSyntheticFrontEndBase() 593 *valobj_sp->GetExecutionContextRef().GetTargetSP()); in GenericNSArrayISyntheticFrontEnd() 761 ScratchTypeSystemClang::GetForTarget(*m_backend.GetTargetSP()); in GetChildAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 110 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext() 119 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 133 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 146 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext() 438 m_target_wp = exe_ctx.GetTargetSP(); in operator =() 566 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 51 if (auto target_sp = m_backend.GetTargetSP()) { in BitsetFrontEnd() 62 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
|
| H A D | LibCxx.cpp | 221 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update() 428 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update() 666 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider() 680 ScratchTypeSystemClang::GetForTarget(*valobj.GetTargetSP()); in LibcxxWStringSummaryProvider() 739 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
|
| H A D | LibCxxList.cpp | 176 if (m_backend.GetTargetSP()) in Update() 178 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
|
| H A D | BlockPointer.cpp | 37 TargetSP target_sp(m_backend.GetTargetSP()); in BlockPointerSyntheticFrontEnd()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 118 Target *target = value_sp->GetTargetSP().get(); in GetSP() 167 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl 169 return m_valobj_sp->GetTargetSP(); in GetTargetSP() 679 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex() 733 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName() 1035 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget() 1100 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1115 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1128 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1310 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress() [all …]
|
| H A D | SBExecutionContext.cpp | 90 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUtilityFunction.cpp | 180 auto *state = exe_ctx.GetTargetSP()->GetPersistentExpressionStateForLanguage( in ResetDeclMap() 187 keep_result_in_memory, nullptr, exe_ctx.GetTargetSP(), ast_importer, in ResetDeclMap()
|
| /freebsd-13.1/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 | 163 lldb::TargetSP GetTargetSP(Target *target) const;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 76 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() 150 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()
|
| H A D | TypeSummary.cpp | 161 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 61 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() 89 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 91 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription() 524 ScratchTypeSystemClang::GetForTarget(*exception_sp->GetTargetSP()); in GetBacktraceThreadFromException() 536 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 91 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue()
|
| H A D | CommandObjectDisassemble.cpp | 106 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue() 129 const auto &target_sp = execution_context->GetTargetSP(); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 52 auto &target = m_exe_ctx.GetTargetSP(); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 48 TargetSP target_sp = breakpoint_sp->GetTargetSP(); in CreateImplementationIfNeeded()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 174 execution_context ? execution_context->GetTargetSP() : TargetSP(); in OptionParsingStarting()
|
| H A D | OptionGroupFormat.cpp | 200 execution_context ? execution_context->GetTargetSP() : TargetSP(); in ParserGDBFormatLetter()
|