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

  /external/llvm/lib/MC/
MCMachObjectTargetWriter.cpp 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 53 uint32_t CPUSubtype);
ARMMachObjectWriter.cpp 44 uint32_t CPUSubtype)
45 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
383 uint32_t CPUSubtype) {
386 CPUSubtype),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 89 uint32_t CPUSubtype);
X86MachObjectWriter.cpp 58 uint32_t CPUSubtype)
59 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
549 uint32_t CPUSubtype) {
552 CPUSubtype),
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 30 const uint32_t CPUSubtype;
54 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 51 uint32_t CPUSubtype)
52 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 38 unsigned CPUSubtype;
RuntimeDyldMachO.cpp 420 CPUSubtype = Header.CPUSubtype;
  /external/llvm/lib/Object/
MachOObject.cpp 69 SwapValue(Header.CPUSubtype);
391 O << "('cpusubtype', " << Header.CPUSubtype << ")\n";
  /external/llvm/include/llvm/Object/
MachOFormat.h 114 uint32_t CPUSubtype;

Completed in 83 milliseconds