HomeSort by relevance Sort by last modified time
    Searched refs:CPUSubtype (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/MC/
MCMachObjectTargetWriter.cpp 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 59 uint32_t CPUSubtype);
ARMMachObjectWriter.cpp 53 uint32_t CPUSubtype)
54 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
492 uint32_t CPUSubtype) {
495 CPUSubtype),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 88 uint32_t CPUSubtype);
X86MachObjectWriter.cpp 60 uint32_t CPUSubtype)
61 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
581 uint32_t CPUSubtype) {
584 CPUSubtype),
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 60 uint32_t CPUSubtype)
61 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 30 const uint32_t CPUSubtype;
61 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /external/llvm/lib/Object/
MachOObject.cpp 71 SwapValue(Header.CPUSubtype);
405 O << "('cpusubtype', " << Header.CPUSubtype << ")\n";
  /external/llvm/include/llvm/Object/
MachOFormat.h 121 uint32_t CPUSubtype;

Completed in 269 milliseconds