Searched defs:CPUType (Results 1 - 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
H A D | HexagonGNUInfo.h | 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 }; enum in class:mcld::HexagonGNUInfo
|
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 1644 /// uint32_t CPUType; // CPU specifier. 1663 unsigned CPUType = ~0U; local 1666 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic 1678 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64; 1680 CPUType = DARWIN_CPU_TYPE_X86; 1682 CPUType = DARWIN_CPU_TYPE_POWERPC; 1684 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64; 1686 CPUType = DARWIN_CPU_TYPE_ARM; 1700 WriteInt32ToBuffer(CPUType , Buffer, Position);
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 1706 /// uint32_t CPUType; // CPU specifier. 1725 unsigned CPUType = ~0U; local 1728 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic 1740 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64; 1742 CPUType = DARWIN_CPU_TYPE_X86; 1744 CPUType = DARWIN_CPU_TYPE_POWERPC; 1746 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64; 1748 CPUType = DARWIN_CPU_TYPE_ARM; 1762 WriteInt32ToBuffer(CPUType , Buffer, Position);
|
/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 1788 /// uint32_t CPUType; // CPU specifier. 1807 unsigned CPUType = ~0U; local 1810 // armv[0-9]-*, thumbv[0-9]-*, armv5te-*, or armv6t2-*. The CPUType is a magic 1822 CPUType = DARWIN_CPU_TYPE_X86 | DARWIN_CPU_ARCH_ABI64; 1824 CPUType = DARWIN_CPU_TYPE_X86; 1826 CPUType = DARWIN_CPU_TYPE_POWERPC; 1828 CPUType = DARWIN_CPU_TYPE_POWERPC | DARWIN_CPU_ARCH_ABI64; 1830 CPUType = DARWIN_CPU_TYPE_ARM; 1844 WriteInt32ToBuffer(CPUType , Buffer, Position);
|
Completed in 105 milliseconds