HomeSort by relevance Sort by last modified time
    Searched defs:GetArchitecture (Results 1 - 15 of 15) sorted by null

  /external/lldb/source/Interpreter/
OptionGroupArchitecture.cpp 49 OptionGroupArchitecture::GetArchitecture (Platform *platform, ArchSpec &arch)
  /external/lldb/tools/debugserver/source/
DNBArch.cpp 50 DNBArchProtocol::GetArchitecture ()
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.h 190 GetArchitecture () const
  /external/lldb/include/lldb/Core/
Disassembler.h 390 GetArchitecture () const
ModuleSpec.h 195 GetArchitecture ()
201 GetArchitecture () const
408 if (!GetArchitecture().IsExactMatch(match_module_spec.GetArchitecture()))
413 if (!GetArchitecture().IsCompatibleMatch(match_module_spec.GetArchitecture()))
EmulateInstruction.h 525 GetArchitecture () const
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 243 GetArchitecture () const
  /external/lldb/include/lldb/Target/
Target.h 835 GetArchitecture ()
841 GetArchitecture () const
    [all...]
Process.h 231 GetArchitecture ()
237 GetArchitecture () const
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
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);
  /external/lldb/source/Core/
Module.cpp 133 m_arch (module_spec.GetArchitecture()),
285 m_objfile_sp->GetArchitecture (m_arch);
331 if (objfile && objfile->GetArchitecture(object_arch))
878 Module::GetArchitecture () const
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 287 Host::GetArchitecture (SystemDefaultArchitecture arch_kind)
410 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture);
423 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture);
436 const ArchSpec &host_arch = GetArchitecture (eSystemDefaultArchitecture);
    [all...]
  /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/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp     [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 206 if (objfile_ap->GetArchitecture(spec) &&
323 spec.GetArchitecture().SetArchitecture(eArchTypeELF,
326 if (spec.GetArchitecture().IsValid())
333 spec.GetArchitecture().GetTriple().setOSName (Host::GetOSString().GetCString());
334 spec.GetArchitecture().GetTriple().setVendorName(Host::GetVendorString().GetCString());
    [all...]

Completed in 414 milliseconds