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

Declarations

tools/lldb/include/lldb/Utility/ArchSpec.h
  417   uint32_t GetMachOCPUSubType() const;

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6118         mach_header.cpusubtype = target_arch.GetMachOCPUSubType();
tools/lldb/unittests/Utility/ArchSpecTest.cpp
   24   EXPECT_EQ(10u, AS.GetMachOCPUSubType());
   29   EXPECT_EQ(15u, AS.GetMachOCPUSubType());
   34   EXPECT_EQ(15u, AS.GetMachOCPUSubType());
   42   EXPECT_EQ(0u, AS.GetMachOCPUSubType());
   63   EXPECT_EQ(15u, AS.GetMachOCPUSubType());
   70   EXPECT_EQ(10u, AS.GetMachOCPUSubType());
   77   EXPECT_EQ(15u, AS.GetMachOCPUSubType());
   86   EXPECT_EQ(10u, AS.GetMachOCPUSubType());
  103   EXPECT_EQ(10u, AS.GetMachOCPUSubType());
  111   EXPECT_EQ(100u, AS.GetMachOCPUSubType());