Searched refs:GetArchitecture (Results 1 - 25 of 109) sorted by relevance

12345

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h51 GetArchitecture (Platform *platform, ArchSpec &arch);
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp127 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture());
215 llvm::Triple &module_triple = module_spec.GetArchitecture().GetTriple();
220 const llvm::Triple &host_triple = Host::GetArchitecture (Host::eSystemDefaultArchitecture).GetTriple();
250 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
268 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
340 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
347 = Host::GetArchitecture(Host::eSystemDefaultArchitecture);
350 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32);
376 ArchSpec arch = target.GetArchitecture();
/external/lldb/source/Interpreter/
H A DOptionGroupArchitecture.cpp49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch) function in class:OptionGroupArchitecture
/external/lldb/include/lldb/Core/
H A DModuleSpec.h195 GetArchitecture () function in class:lldb_private::ModuleSpec
201 GetArchitecture () const function in class:lldb_private::ModuleSpec
408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture()))
413 if (!GetArchitecture().IsCompatibleMatch(match_module_spec.GetArchitecture()))
/external/lldb/source/Core/
H A DValue.cpp376 data.SetByteOrder(target->GetArchitecture().GetByteOrder());
377 data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
392 // data.SetByteOrder(target->GetArchitecture().GetByteOrder());
393 // data.SetAddressByteSize(target->GetArchitecture().GetAddressByteSize());
413 data.SetByteOrder(process->GetTarget().GetArchitecture().GetByteOrder());
414 data.SetAddressByteSize(process->GetTarget().GetArchitecture().GetAddressByteSize());
467 data.SetByteOrder(exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder());
468 data.SetAddressByteSize(exe_ctx->GetTargetRef().GetArchitecture().GetAddressByteSize());
526 data.SetByteOrder(target->GetArchitecture().GetByteOrder());
527 data.SetAddressByteSize(target->GetArchitecture()
[all...]
/external/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp140 s.Address (stop_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
143 s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
H A DTargetList.cpp107 if (!platform_arch.IsCompatibleMatch(matching_module_spec.GetArchitecture()))
111 matching_module_spec.GetArchitecture().GetTriple().str().c_str(),
119 platform_arch = matching_module_spec.GetArchitecture();
127 module_spec.GetArchitecture() = arch;
130 platform_arch = matching_module_spec.GetArchitecture();
140 // platform_arch = matching_module_spec.GetArchitecture();
379 if (!exe_arch_ptr->IsCompatibleMatch(exe_module->GetArchitecture()))
/external/lldb/tools/debugserver/source/
H A DDNBArch.cpp50 DNBArchProtocol::GetArchitecture () function in class:DNBArchProtocol
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp122 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture());
221 if (module_spec.GetArchitecture().IsValid())
286 ArchSpec arch = target.GetArchitecture();
617 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
622 ArchSpec platform_arch (Host::GetArchitecture (Host::eSystemDefaultArchitecture));
623 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
629 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32);
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp80 ModuleSpec core_module_spec(m_core_file, target.GetArchitecture());
89 const llvm::Triple &triple_ref = m_core_module_sp->GetArchitecture().GetTriple();
242 m_core_module_sp->GetArchitecture().GetByteOrder(),
243 m_core_module_sp->GetArchitecture().GetAddressByteSize());
297 ArchSpec arch (m_core_module_sp->GetArchitecture());
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp157 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple();
253 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
298 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
348 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
363 if (process->GetTarget().GetArchitecture().GetAddressByteSize() == 8)
438 if (!process->GetTarget().GetArchitecture().IsCompatibleMatch(kernel_arch))
709 if (memory_module_sp->GetArchitecture().IsValid())
711 process->GetTarget().SetArchitecture(memory_module_sp->GetArchitecture());
787 module_spec.GetArchitecture() = target.GetArchitecture();
991 DynamicLoaderDarwinKernel::KextImageInfo::GetArchitecture () const function in class:DynamicLoaderDarwinKernel::KextImageInfo
[all...]
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp194 if (arch.IsValid() && pos->second->GetArchitecture().IsCompatibleMatch(arch) == false)
329 module_sp->GetArchitecture(),
356 module_sp->GetArchitecture(),
427 module_sp->GetArchitecture(),
574 if (module_spec.GetArchitecture().IsValid())
576 archive_sp->SetArchitecture (module_spec.GetArchitecture());
/external/lldb/source/API/
H A DSBModuleSpec.cpp108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
119 m_opaque_ap->GetArchitecture().SetTriple(triple);
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp188 if (module_spec.GetArchitecture().IsValid())
210 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
228 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
379 llvm::Triple::ArchType machine = target.GetArchitecture().GetMachine();
705 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
710 ArchSpec platform_arch (Host::GetArchitecture (Host::eSystemDefaultArchitecture));
711 ArchSpec platform_arch64 (Host::GetArchitecture (Host::eSystemDefaultArchitecture64));
717 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32);
H A DPlatformMacOSX.cpp41 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture());
H A DPlatformiOSSimulator.cpp214 for (uint32_t idx = 0; GetSupportedArchitectureAtIndex (idx, module_spec.GetArchitecture()); ++idx)
376 error = ResolveExecutable (local_file, module_spec.GetArchitecture(), module_sp, module_search_paths_ptr);
411 arch = Host::GetArchitecture (Host::eSystemDefaultArchitecture32);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h119 GetArchitecture();
H A DProcessElfCore.cpp68 ModuleSpec core_module_spec(m_core_file, target.GetArchitecture());
209 ArchSpec arch (m_core_module_sp->GetArchitecture());
502 ArchSpec arch = GetArchitecture();
603 ProcessElfCore::GetArchitecture() function in class:ProcessElfCore
607 core_file->GetArchitecture(arch);
H A DThreadElfCore.cpp84 ArchSpec arch = process->GetArchitecture();
/external/lldb/source/Host/freebsd/
H A DHost.cpp239 process_info.GetArchitecture() = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
242 process_info.GetArchitecture().Clear();
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp134 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86
135 || target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86_64)
200 if (target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86
201 || target->GetArchitecture().GetTriple().getArch() == llvm::Triple::x86_64)
289 m_options.arch = target->GetArchitecture();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp217 if (target_sp && target_sp->GetArchitecture().IsValid())
219 std::string triple = target_sp->GetArchitecture().GetTriple().str();
240 if (target_sp->GetArchitecture().GetMachine() == llvm::Triple::x86 ||
241 target_sp->GetArchitecture().GetMachine() == llvm::Triple::x86_64)
/external/lldb/source/Host/linux/
H A DHost.cpp334 process_info.GetArchitecture().Clear();
345 if (specs.GetModuleSpecAtIndex (0, module_spec) && module_spec.GetArchitecture().IsValid())
347 process_info.GetArchitecture () = module_spec.GetArchitecture();
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp32 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple();
/external/lldb/source/Symbol/
H A DUnwindTable.cpp58 if (m_object_file.GetArchitecture (arch))

Completed in 364 milliseconds

12345