HomeSort by relevance Sort by last modified time
    Searched refs:IsCompatibleArchitecture (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Interpreter/
OptionGroupPlatform.cpp 39 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
  /external/lldb/source/Target/
Platform.cpp 187 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
198 if (platform_sp && platform_sp->IsCompatibleArchitecture(arch, exact, platform_arch_ptr))
728 Platform::IsCompatibleArchitecture (const ArchSpec &arch, bool exact_arch_match, ArchSpec *compatible_arch_ptr)
TargetList.cpp 169 if (arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
207 if (!platform_sp->IsCompatibleArchitecture(arch, false, NULL))
Process.cpp     [all...]
  /external/lldb/include/lldb/Target/
Platform.h 368 IsCompatibleArchitecture (const ArchSpec &arch,
  /external/lldb/source/Core/
ArchSpec.cpp 615 if (platform->IsCompatibleArchitecture (raw_arch, false, &compatible_arch))
    [all...]

Completed in 5268 milliseconds