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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  348   virtual bool IsCompatibleArchitecture(const ArchSpec &arch,

References

tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   27           !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) {
tools/lldb/source/Target/Platform.cpp
  319         if (platform_sp->IsCompatibleArchitecture(arch, true,
  326         if (platform_sp->IsCompatibleArchitecture(arch, false,
  341             platform_sp->IsCompatibleArchitecture(arch, true,
  356             platform_sp->IsCompatibleArchitecture(arch, false,
  944   if (!IsCompatibleArchitecture(raw_arch, false, &compatible_arch))
tools/lldb/source/Target/Process.cpp
 2900         !platform_sp->IsCompatibleArchitecture(target_arch, false, nullptr)) {
tools/lldb/source/Target/Target.cpp
 1466           !platform_sp->IsCompatibleArchitecture(other, false, nullptr)) {
tools/lldb/source/Target/TargetList.cpp
  184                 if (platform_sp->IsCompatibleArchitecture(
  196                 if (host_platform_sp->IsCompatibleArchitecture(
  266     if (!platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch)) {
  275     if (!platform_sp->IsCompatibleArchitecture(platform_arch, false,
  332         !platform_sp->IsCompatibleArchitecture(arch, false, nullptr))