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

Declarations

tools/lldb/include/lldb/Target/Platform.h
  108   static lldb::PlatformSP Create(const ArchSpec &arch,

References

tools/lldb/source/Interpreter/OptionGroupPlatform.cpp
   36     platform_sp = Platform::Create(arch, &platform_arch, error);
tools/lldb/source/Target/Platform.cpp
 1178     platform_sp = Platform::Create(arch, platform_arch_ptr, error);