reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBInstruction.cpp
  305       lldb_private::ArchSpec arch = target->GetArchitecture();
tools/lldb/source/API/SBProcess.cpp
  585     byteOrder = process_sp->GetTarget().GetArchitecture().GetByteOrder();
  597     size = process_sp->GetTarget().GetArchitecture().GetAddressByteSize();
tools/lldb/source/API/SBTarget.cpp
  428     const ArchSpec &arch_spec = target_sp->GetArchitecture();
 1584       module_spec.GetArchitecture() = target_sp->GetArchitecture();
 1666     return target_sp->GetArchitecture().GetByteOrder();
 1675     std::string triple(target_sp->GetArchitecture().GetTriple().str());
 1690     return target_sp->GetArchitecture().GetDataByteSize();
 1700     return target_sp->GetArchitecture().GetCodeByteSize();
 1710     return target_sp->GetArchitecture().GetAddressByteSize();
 2038           target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0);
 2047           target_sp->GetArchitecture(), nullptr, flavor_string, *addr_ptr,
 2086         target_sp->GetArchitecture(), nullptr, flavor_string, addr, buf, size,
 2364       abi_sp = ABI::FindPlugin(ProcessSP(), target_sp->GetArchitecture());
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  113     if (target_sp && (target_sp->GetArchitecture().GetTriple().getArch() ==
  115                       target_sp->GetArchitecture().GetTriple().getArch() ==
  180     if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86 ||
  181         target->GetArchitecture().GetTriple().getArch() ==
  225     m_options.arch = target->GetArchitecture();
tools/lldb/source/Commands/CommandObjectMemory.cpp
  139         byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize();
  145         byte_size_value = target->GetArchitecture().GetAddressByteSize();
  152       byte_size_value = target->GetArchitecture().GetAddressByteSize();
  582         target->GetArchitecture().GetDataByteSize() > 1
  583             ? target->GetArchitecture().GetDataByteSize()
  849     DataExtractor data(data_sp, target->GetArchitecture().GetByteOrder(),
  850                        target->GetArchitecture().GetAddressByteSize(),
  851                        target->GetArchitecture().GetDataByteSize());
  879         num_per_line / target->GetArchitecture().GetDataByteSize(), addr, 0, 0,
 1338         process->GetTarget().GetArchitecture().GetAddressByteSize(),
 1339         process->GetTarget().GetArchitecture().GetByteOrder());
tools/lldb/source/Commands/CommandObjectProcess.cpp
  414     ArchSpec old_arch_spec = target->GetArchitecture();
  471           target->GetArchitecture().GetTriple().getTriple().c_str());
  472     } else if (!old_arch_spec.IsExactMatch(target->GetArchitecture())) {
  476           target->GetArchitecture().GetTriple().getTriple().c_str());
tools/lldb/source/Commands/CommandObjectSource.cpp
  389     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
  573     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Commands/CommandObjectTarget.cpp
   64   const ArchSpec &target_arch = target->GetArchitecture();
  436                     target_sp->GetArchitecture().GetArchitectureName());
  454               target_sp->GetArchitecture().GetArchitectureName());
 1776         module_spec.GetArchitecture() = target->GetArchitecture();
 1882     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 2001     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 2095     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 2252     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 2337     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 2561             module_spec.GetArchitecture() = target->GetArchitecture();
 2966             target->GetArchitecture().GetAddressByteSize();
 3134               target ? (target->GetArchitecture().GetAddressByteSize() * 2)
 3843     uint32_t addr_byte_size = target->GetArchitecture().GetAddressByteSize();
 4059         target_arch_module_spec.GetArchitecture() = target->GetArchitecture();
 4276               module_spec.GetArchitecture() = target->GetArchitecture();
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
 1047       size = target->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Core/Address.cpp
   86     byte_order = target_sp->GetArchitecture().GetByteOrder();
   87     addr_size = target_sp->GetArchitecture().GetAddressByteSize();
  406       addr_size = target->GetArchitecture().GetAddressByteSize();
  462           target->GetArchitecture().GetMachine();
  486         pointer_size = target->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Core/AddressRange.cpp
  153     addr_size = target->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Core/Disassembler.cpp
 1121   if (target.GetArchitecture().GetTriple().getArch() == llvm::Triple::hexagon) {
tools/lldb/source/Core/DumpDataExtractor.cpp
  156           target_sp->GetArchitecture(),
tools/lldb/source/Core/DynamicLoader.cpp
  158   ModuleSpec module_spec(file, target.GetArchitecture());
  197                                  target.GetArchitecture());
tools/lldb/source/Core/FormatEntity.cpp
  430       addr_width = target->GetArchitecture().GetAddressByteSize() * 2;
 1199             ArchSpec arch(target.GetArchitecture());
 1347         const ArchSpec &arch = target->GetArchitecture();
tools/lldb/source/Core/Module.cpp
  316           m_arch.MergeFrom(process_sp->GetTarget().GetArchitecture());
tools/lldb/source/Core/Value.cpp
  372               data.SetByteOrder(target->GetArchitecture().GetByteOrder());
  374                   target->GetArchitecture().GetAddressByteSize());
  385             process->GetTarget().GetArchitecture().GetByteOrder());
  387             process->GetTarget().GetArchitecture().GetAddressByteSize());
  432                   exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder());
  434                                           .GetArchitecture()
  488         data.SetByteOrder(target->GetArchitecture().GetByteOrder());
  489         data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  135     m_data.SetByteOrder(target->GetArchitecture().GetByteOrder());
  136     m_data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Core/ValueObjectMemory.cpp
  156     m_data.SetByteOrder(target->GetArchitecture().GetByteOrder());
  157     m_data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Core/ValueObjectVariable.cpp
  145       m_data.SetByteOrder(target->GetArchitecture().GetByteOrder());
  146       m_data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Expression/IRExecutionUnit.cpp
  165   ArchSpec arch(target->GetArchitecture());
  187                           target->GetArchitecture().GetAddressByteSize());
 1245     return target->GetArchitecture();
tools/lldb/source/Expression/IRMemoryMap.cpp
  236     return target_sp->GetArchitecture().GetByteOrder();
  250     return target_sp->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  204         byte_size = target_sp->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1547     const ArchSpec &arch(process_sp->GetTarget().GetArchitecture());
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1545     const ArchSpec &arch(process_sp->GetTarget().GetArchitecture());
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  662                                        .GetArchitecture()
  694                                          .GetArchitecture()
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  790   const ArchSpec target_arch = target->GetArchitecture();
  914               target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  751   const ArchSpec target_arch = target->GetArchitecture();
  868                 target->GetArchitecture().GetAddressByteSize());
  907                                target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  628                                        .GetArchitecture()
  666       ByteOrder target_byte_order = target->GetArchitecture().GetByteOrder();
  669                                target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  572             process_sp->GetTarget().GetArchitecture().GetAddressByteSize()) {}
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  670                                        .GetArchitecture()
  703                                          .GetArchitecture()
  798       ByteOrder byte_order = target->GetArchitecture().GetByteOrder();
  801                                target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1503                                        .GetArchitecture()
 1621     ByteOrder byte_order = target->GetArchitecture().GetByteOrder();
 1625         target->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  157         process->GetTarget().GetArchitecture().GetTriple();
  303   int ptrsize = process->GetTarget().GetArchitecture().GetAddressByteSize();
  356   if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8) {
  368   if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
  483       if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(
  791       module_spec.GetArchitecture() = target.GetArchitecture();
  799                                                    target.GetArchitecture());
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
  100         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  106     auto &target_triple = target.GetArchitecture().GetTriple();
  512   ArchSpec target_arch = target.GetArchitecture();
  680         const auto &target_triple = target.GetArchitecture().GetTriple();
 1124         process->GetTarget().GetArchitecture().GetTriple().getOS();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
   48           process->GetTarget().GetArchitecture().GetTriple();
  246     if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 4) {
  300         process->GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
   69           process->GetTarget().GetArchitecture().GetTriple();
  190           m_process->GetTarget().GetArchitecture().GetByteOrder();
  397         process->GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
  414         m_process->GetTarget().GetArchitecture().GetByteOrder();
  416         m_process->GetTarget().GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  418   auto triple = m_process->GetTarget().GetArchitecture().GetTriple();
  494   return target.GetArchitecture().GetTriple().isAndroid() &&
  525   const ArchSpec &arch = m_process->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
   60         process->GetTarget().GetArchitecture().GetTriple();
  539   ModuleSpec module_spec(file, target.GetArchitecture());
  575       module_names, m_process->GetTarget().GetArchitecture().GetTriple());
  646   const ArchSpec &arch = m_process->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
   28         process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
   54         process->GetTarget().GetArchitecture().GetTriple();
  185   auto arch = m_process->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  175       ret.byte_order = target->GetArchitecture().GetByteOrder();
  176       ret.address_byte_size = target->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  326   target_arch = target_sp->GetArchitecture();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  305     if (target->GetArchitecture().GetMachine() == llvm::Triple::aarch64 ||
  306         target->GetArchitecture().GetMachine() == llvm::Triple::aarch64_32) {
  309     if (target->GetArchitecture().GetMachine() == llvm::Triple::x86_64) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  591   const ArchSpec &arch = target.GetArchitecture();
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  118   ArchSpec::Core core = process->GetTarget().GetArchitecture().GetCore();
  274   if (m_process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
  421       ArchSpec arch(process->GetTarget().GetArchitecture());
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  416   m_byte_order = target_sp->GetArchitecture().GetByteOrder();
  417   m_ptr_size = target_sp->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   52     m_byte_order = target_sp->GetArchitecture().GetByteOrder();
   53     m_byte_size = target_sp->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
   96   bool is_64bit = (target_sp->GetArchitecture().GetAddressByteSize() == 8);
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  821           process_sp->GetTarget().GetArchitecture().GetTriple());
tools/lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
   38         m_backend.GetTargetSP()->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  303   uint32_t addr_size = target_sp->GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  464   if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  157                     .GetArchitecture()
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  358   if (target.GetArchitecture().GetTriple().getVendor() !=
  462   if (target.GetArchitecture().GetTriple().getVendor() == llvm::Triple::Apple) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
   28                                                        .GetArchitecture()
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
   87       m_process_ptr->GetTarget().GetArchitecture().GetTriple().getTriple();
   99   switch (m_process_ptr->GetTarget().GetArchitecture().GetMachine()) {
  163       proto, process->GetTarget().GetArchitecture().GetMachine());
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  402   switch (exe_ctx.GetTargetPtr()->GetArchitecture().GetMachine()) {
  425                 exe_ctx.GetTargetRef().GetArchitecture().GetArchitectureName());
 1540   const llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine();
 1553       target.GetArchitecture().GetAddressByteSize();
 1907       GetProcess()->GetTarget().GetArchitecture().GetAddressByteSize();
 2341         GetProcess()->GetTarget().GetArchitecture().GetAddressByteSize();
 3257       GetProcess()->GetTarget().GetArchitecture().GetAddressByteSize();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6026   const ArchSpec target_arch = target.GetArchitecture();
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  134         *dictionary, m_process->GetTarget().GetArchitecture()));
  359         *thread, 0, target.GetArchitecture().GetAddressByteSize());
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  217   switch (target.GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  419   llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine();
tools/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
   92         const ArchSpec arch = process->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
   41       target ? target->GetArchitecture().GetMachine()
  307       target ? target->GetArchitecture().GetMachine()
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
   33       const ArchSpec &target_arch = target->GetArchitecture();
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
   82     ModuleSpec core_module_spec(m_core_file, target_sp->GetArchitecture());
  203   ArchSpec target_arch = GetTarget().GetArchitecture();
  889   ArchSpec target_arch = GetTarget().GetArchitecture();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 3182       const ArchSpec &arch = process->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
   71     const ArchSpec &arch = m_thread.GetProcess()->GetTarget().GetArchitecture();
  639             m_thread.GetProcess()->GetTarget().GetArchitecture();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  359             if (!host_arch.IsCompatibleMatch(GetTarget().GetArchitecture())) {
  375                                           GetTarget().GetArchitecture()) > 0) {
  469   const ArchSpec &target_arch = GetTarget().GetArchitecture();
  627     m_register_info.Finalize(GetTarget().GetArchitecture());
  650   m_register_info.Finalize(GetTarget().GetArchitecture());
  698       if (!target.GetArchitecture().IsValid()) {
  729             GetTarget().GetArchitecture().GetTriple().getTriple().c_str(),
  730             GetTarget().GetArchitecture().IsValid() ? "true" : "false",
  733   if (error.Success() && !GetTarget().GetArchitecture().IsValid() &&
  747             GetTarget().GetArchitecture().GetTriple().getTriple().c_str());
  754       SetUnixSignals(UnixSignals::Create(GetTarget().GetArchitecture()));
  893           GetTarget().GetArchitecture().GetArchitectureName());
 1089       const ArchSpec &target_arch = GetTarget().GetArchitecture();
 1889                 ArchSpec::Core core = GetTarget().GetArchitecture().GetCore();
 3042       num, after, GetTarget().GetArchitecture()));
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  348         module_spec.GetArchitecture() = GetTarget().GetArchitecture();
  413     if (!GetTarget().GetArchitecture().IsValid() && m_core_module_sp.get()) {
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1356   if (process.GetTarget().GetArchitecture().GetTriple().getVendor() ==
 1420   auto &triple = target ? target->GetArchitecture().GetTriple()
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
   54           process->GetTarget().GetArchitecture().GetTriple();
tools/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
   78   wordsize = process_sp->GetTarget().GetArchitecture().GetAddressByteSize();
tools/lldb/source/Symbol/ClangASTContext.cpp
  571       arch = target->GetArchitecture();
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  275             process_sp->GetTarget().GetArchitecture().GetAddressByteSize());
  277             process_sp->GetTarget().GetArchitecture().GetByteOrder());
tools/lldb/source/Symbol/FuncUnwinders.cpp
  253   if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
  254       target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
  255       target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
  294   if (target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_32_i386 &&
  295       target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64 &&
  296       target.GetArchitecture().GetCore() != ArchSpec::eCore_x86_64_x86_64h) {
  522     arch.MergeFrom(target.GetArchitecture());
tools/lldb/source/Symbol/Type.cpp
  411       data.SetByteOrder(target->GetArchitecture().GetByteOrder());
tools/lldb/source/Symbol/UnwindPlan.cpp
   76   ArchSpec arch = process_sp->GetTarget().GetArchitecture();
tools/lldb/source/Target/ExecutionContext.cpp
  177   if (m_target_sp && m_target_sp->GetArchitecture().IsValid())
  178     return m_target_sp->GetArchitecture().GetAddressByteSize();
  185   if (m_target_sp && m_target_sp->GetArchitecture().IsValid())
  186     return m_target_sp->GetArchitecture().GetByteOrder();
tools/lldb/source/Target/Platform.cpp
 1774     if (target && target->GetArchitecture().IsValid())
 1775       arch = target->GetArchitecture();
 1814   ArchSpec arch = target.GetArchitecture();
tools/lldb/source/Target/Process.cpp
 1485     m_abi_sp = ABI::FindPlugin(shared_from_this(), GetTarget().GetArchitecture());
 2898     const ArchSpec &target_arch = GetTarget().GetArchitecture();
 2918           !GetTarget().GetArchitecture().IsExactMatch(process_arch)) {
 3328   return GetTarget().GetArchitecture().GetByteOrder();
 3332   return GetTarget().GetArchitecture().GetAddressByteSize();
 5788       target.GetArchitecture(), plugin_name, flavor, exe_ctx, range_bounds,
tools/lldb/source/Target/StackFrame.cpp
  239                                 target->GetArchitecture(), plugin_name, flavor,
 1319   const ArchSpec &target_arch = target_sp->GetArchitecture();
 1685   const ArchSpec &target_arch = target_sp->GetArchitecture();
 1833                target ? (target->GetArchitecture().GetAddressByteSize() * 2)
 1947             const ArchSpec &target_arch = target->GetArchitecture();
tools/lldb/source/Target/Target.cpp
 2876     launch_info.GetArchitecture() = GetArchitecture();
tools/lldb/source/Target/Thread.cpp
 2046     const ArchSpec target_arch(CalculateTarget()->GetArchitecture());
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  150         m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  103         ->GetArchitecture().GetMaximumOpcodeByteSize();
  186                                      ->GetArchitecture()
  191                                        ->GetArchitecture()
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  133         m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  261             GetTarget().GetArchitecture(), plugin_name, flavor, exe_ctx,
tools/lldb/source/Target/ThreadPlanTracer.cpp
   90         m_thread.GetProcess()->GetTarget().GetArchitecture(), nullptr, nullptr);
  108                 target_sp->GetArchitecture().GetAddressByteSize() * 8));
tools/lldb/unittests/Target/ExecutionContextTest.cpp
   89   ASSERT_TRUE(target_sp->GetArchitecture().IsValid());
   93   EXPECT_EQ(target_sp->GetArchitecture().GetByteOrder(),
  111   ASSERT_TRUE(target_sp->GetArchitecture().IsValid());