HomeSort by relevance Sort by last modified time
    Searched refs:GetArchitecture (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/lldb/include/lldb/Interpreter/
OptionGroupArchitecture.h 51 GetArchitecture (Platform *platform, ArchSpec &arch);
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 127 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/
OptionGroupArchitecture.cpp 49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch)
  /external/lldb/include/lldb/Core/
ModuleSpec.h 195 GetArchitecture ()
201 GetArchitecture () const
408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture()))
413 if (!GetArchitecture().IsCompatibleMatch(match_module_spec.GetArchitecture()))
  /external/lldb/source/Core/
Value.cpp 376 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().GetAddressByteSize())
    [all...]
  /external/lldb/source/Target/
ThreadPlanStepInstruction.cpp 140 s.Address (stop_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
143 s.Address (return_addr, m_thread.CalculateTarget()->GetArchitecture().GetAddressByteSize());
TargetList.cpp 107 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/
DNBArch.cpp 50 DNBArchProtocol::GetArchitecture ()
DNBArch.h 56 GetArchitecture ();
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 122 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/
ProcessMachCore.cpp 80 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/
DynamicLoaderDarwinKernel.cpp 157 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();
    [all...]
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 194 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/
SBModuleSpec.cpp 108 std::string triple (m_opaque_ap->GetArchitecture().GetTriple().str());
119 m_opaque_ap->GetArchitecture().SetTriple(triple);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 188 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);
    [all...]
PlatformMacOSX.cpp 41 default_platform_sp->SetSystemArchitecture (Host::GetArchitecture());
PlatformiOSSimulator.cpp 214 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/
ProcessElfCore.h 119 GetArchitecture();
ProcessElfCore.cpp 68 ModuleSpec core_module_spec(m_core_file, target.GetArchitecture());
209 ArchSpec arch (m_core_module_sp->GetArchitecture());
502 ArchSpec arch = GetArchitecture();
603 ProcessElfCore::GetArchitecture()
607 core_file->GetArchitecture(arch);
ThreadElfCore.cpp 84 ArchSpec arch = process->GetArchitecture();
  /external/lldb/source/Host/freebsd/
Host.cpp 239 process_info.GetArchitecture() = Host::GetArchitecture (Host::eSystemDefaultArchitecture);
242 process_info.GetArchitecture().Clear();
  /external/lldb/source/Commands/
CommandObjectDisassemble.cpp 134 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/
ClangExpressionParser.cpp 217 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/
Host.cpp 334 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/
DynamicLoaderStatic.cpp 32 const llvm::Triple &triple_ref = process->GetTarget().GetArchitecture().GetTriple();

Completed in 1717 milliseconds

1 2 3 4 5