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

Declarations

tools/lldb/include/lldb/Target/Platform.h
   97   GetPlatformForArchitecture(const ArchSpec &arch, ArchSpec *platform_arch_ptr);

References

tools/lldb/source/Target/Process.cpp
 2903           platform_sp->GetPlatformForArchitecture(target_arch, &platform_arch);
tools/lldb/source/Target/Target.cpp
 1469             Platform::GetPlatformForArchitecture(other, &platform_arch);
tools/lldb/source/Target/TargetList.cpp
  206                   Platform::GetPlatformForArchitecture(
  267       platform_sp = Platform::GetPlatformForArchitecture(arch, &platform_arch);
  277       platform_sp = Platform::GetPlatformForArchitecture(platform_arch,
  333       platform_sp = Platform::GetPlatformForArchitecture(specified_arch, &arch);