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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 21 enum CPUType {
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 28 const uint32_t CPUType;
59 uint32_t getCPUType() const { return CPUType; }
159 uint32_t CPUType = TargetObjectWriter->getCPUType();
160 return CPUType == MachO::CPU_TYPE_X86_64;
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /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/include/llvm/Support/
MachO.h 532 uint32_t cputype; member in struct:llvm::MachO::mach_header
542 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
920 uint32_t cputype; member in struct:llvm::MachO::fat_arch
1001 // Constants for the cputype field.
1002 enum CPUType {
    [all...]

Completed in 611 milliseconds