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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 29 const uint32_t CPUType;
53 uint32_t getCPUType() const { return CPUType; }
144 uint32_t CPUType = TargetObjectWriter->getCPUType() &
146 return CPUType == object::mach::CTM_ARM;
  /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...]
  /external/llvm/include/llvm/Object/
MachOFormat.h 113 uint32_t CPUType;

Completed in 193 milliseconds