/external/llvm/lib/MC/ |
MCMachObjectTargetWriter.cpp | 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
|
/external/chromium_org/build/mac/ |
change_mach_o_flags.py | 146 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 148 return magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags 160 cputype, cpusubtype, offset, size, align = struct.unpack('>5I', bytes) 161 return cputype, cpusubtype, offset, size, align 196 magic, cputype, cpusubtype, filetype, ncmds, sizeofcmds, flags = \ 232 cputype, cpusubtype, offset, size, align = ReadFatArch(file)
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-nobase-relocs.s | 19 // CHECK: ('cpusubtype', 3)
|
thread_init_func.s | 7 // CHECK: ('cpusubtype', 3)
|
data.s | 18 // CHECK: ('cpusubtype', 3)
|
diff-with-two-sections.s | 11 // CHECK-NEXT: ('cpusubtype', 3)
|
direction_labels.s | 15 // CHECK: ('cpusubtype', 3)
|
jcc.s | 69 // CHECK: ('cpusubtype', 3)
|
section-align-1.s | 10 // CHECK: ('cpusubtype', 3)
|
string-table.s | 6 // CHECK: ('cpusubtype', 3)
|
comm-1.s | 11 // CHECK: ('cpusubtype', 3)
|
darwin-complex-difference.s | 19 // CHECK: ('cpusubtype', 3)
|
lcomm-attributes.s | 18 // CHECK: ('cpusubtype', 3)
|
section-align-2.s | 18 // CHECK: ('cpusubtype', 3)
|
tbss.s | 7 // CHECK: ('cpusubtype', 3)
|
tdata.s | 7 // CHECK: ('cpusubtype', 3)
|
tlv.s | 11 // CHECK: ('cpusubtype', 3)
|
values.s | 21 // CHECK: ('cpusubtype', 3)
|
zerofill-1.s | 12 // CHECK: ('cpusubtype', 3)
|
zerofill-2.s | 9 // CHECK: ('cpusubtype', 3)
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCTargetDesc.h | 60 uint32_t CPUSubtype);
|
ARMMachObjectWriter.cpp | 53 uint32_t CPUSubtype) 54 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype, 492 uint32_t CPUSubtype) { 495 CPUSubtype),
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCAsmBackend.cpp | 75 uint32_t CPUSubtype) 76 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
|
/external/llvm/include/llvm/Support/ |
MachO.h | 289 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header 299 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64 633 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch 693 // Constants for the cpusubtype field.
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.h | 89 uint32_t CPUSubtype);
|