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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  113   static ArchSpec GetAugmentedArchSpec(Platform *platform,

References

tools/lldb/source/API/SBDebugger.cpp
  929     ArchSpec arch = Platform::GetAugmentedArchSpec(
tools/lldb/source/API/SBTarget.cpp
 1581       module_spec.GetArchitecture() = Platform::GetAugmentedArchSpec(
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  137       arch = Platform::GetAugmentedArchSpec(platform_ptr, option_arg);
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1226             Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg);
tools/lldb/source/Interpreter/OptionGroupArchitecture.cpp
   32   arch = Platform::GetAugmentedArchSpec(platform, m_arch_str);
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  495     arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386");
tools/lldb/source/Target/Process.cpp
  316         Platform::GetAugmentedArchSpec(platform_sp.get(), option_arg);