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

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGNUInfo.h20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 }; enum in class:mcld::HexagonGNUInfo
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1643 /// uint32_t CPUType; // CPU specifier.
1662 unsigned CPUType = ~0U; local
1665 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1677 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1679 CPUType = DARWIN_CPU_TYPE_X86;
1681 CPUType = DARWIN_CPU_TYPE_POWERPC;
1683 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1685 CPUType = DARWIN_CPU_TYPE_ARM;
1699 WriteInt32ToBuffer(CPUType , Buffer, Position);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1707 /// uint32_t CPUType; // CPU specifier.
1726 unsigned CPUType = ~0U; local
1729 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1741 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1743 CPUType = DARWIN_CPU_TYPE_X86;
1745 CPUType = DARWIN_CPU_TYPE_POWERPC;
1747 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1749 CPUType = DARWIN_CPU_TYPE_ARM;
1763 WriteInt32ToBuffer(CPUType , Buffer, Position);
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1780 /// uint32_t CPUType; // CPU specifier.
1799 unsigned CPUType = ~0U; local
1802 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic
1814 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64;
1816 CPUType = DARWIN_CPU_TYPE_X86;
1818 CPUType = DARWIN_CPU_TYPE_POWERPC;
1820 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64;
1822 CPUType = DARWIN_CPU_TYPE_ARM;
1836 WriteInt32ToBuffer(CPUType , Buffer, Position);

Completed in 102 milliseconds