Searched refs:CPUType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h21 enum CPUType { enum in class:mcld::HexagonGNUInfo
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1620 /// uint32_t CPUType; // CPU specifier.
1639 unsigned CPUType = ~0U; local
1642 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1654 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1656 CPUType = DARWIN_CPU_TYPE_X86;
1658 CPUType = DARWIN_CPU_TYPE_POWERPC;
1660 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1662 CPUType = DARWIN_CPU_TYPE_ARM;
1676 WriteInt32ToBuffer(CPUType , Buffer, Position);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1637 /// uint32_t CPUType; // CPU specifier.
1656 unsigned CPUType = ~0U; local
1659 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1671 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1673 CPUType = DARWIN_CPU_TYPE_X86;
1675 CPUType = DARWIN_CPU_TYPE_POWERPC;
1677 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1679 CPUType = DARWIN_CPU_TYPE_ARM;
1693 WriteInt32ToBuffer(CPUType , Buffer, Position);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1795 /// uint32_t CPUType; // CPU specifier.
1814 unsigned CPUType = ~0U; local
1817 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1829 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1831 CPUType = DARWIN_CPU_TYPE_X86;
1833 CPUType = DARWIN_CPU_TYPE_POWERPC;
1835 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1837 CPUType = DARWIN_CPU_TYPE_ARM;
1851 WriteInt32ToBuffer(CPUType , Buffer, Position);

Completed in 227 milliseconds