HomeSort by relevance Sort by last modified time
    Searched defs:CPUType (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 };
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 28 const uint32_t CPUType;
54 uint32_t getCPUType() const { return CPUType; }
156 uint32_t CPUType = TargetObjectWriter->getCPUType();
157 return CPUType == MachO::CPU_TYPE_X86_64;
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 109 return O->getHeader().cputype;
994 unsigned CPUType = getCPUType(this);
996 switch (CPUType) {
1008 switch (CPUType) {
1020 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType) {
1021 switch (CPUType) {
1039 Triple MachOObjectFile::getArch(uint32_t CPUType, uint32_t CPUSubType,
1044 switch (CPUType) {
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 536 uint32_t cputype; member in struct:llvm::MachO::mach_header
546 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
931 uint32_t cputype; member in struct:llvm::MachO::fat_arch
998 sys::swapByteOrder(mh.cputype);
1008 sys::swapByteOrder(H.cputype);
    [all...]

Completed in 304 milliseconds