Home
last modified time | relevance | path

Searched refs:MachO (Results 1 – 25 of 58) sorted by relevance

123

/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp77 { "Magic", MachO::MH_MAGIC },
78 { "Cigam", MachO::MH_CIGAM },
79 { "Magic64", MachO::MH_MAGIC_64 },
80 { "Cigam64", MachO::MH_CIGAM_64 },
81 { "FatMagic", MachO::FAT_MAGIC },
82 { "FatCigam", MachO::FAT_CIGAM },
86 { "Relocatable", MachO::MH_OBJECT },
87 { "Executable", MachO::MH_EXECUTE },
88 { "FixedVMLibrary", MachO::MH_FVMLIB },
89 { "Core", MachO::MH_CORE },
[all …]
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp51 MachO::swapStruct(Cmd); in getStruct()
64 MachO::swapStruct(Cmd); in getStructOrErr()
74 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr()
75 sizeof(MachO::segment_command); in getSectionPtr()
76 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
77 sizeof(MachO::section); in getSectionPtr()
87 static MachO::nlist_base
90 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
113 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
118 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
[all …]
HDMachOUniversal.cpp29 void SwapStruct(MachO::fat_header &H) { in SwapStruct()
35 void SwapStruct(MachO::fat_arch &H) { in SwapStruct()
61 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) + in ObjectForArch()
62 Index * sizeof(MachO::fat_arch); in ObjectForArch()
63 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos); in ObjectForArch()
109 if (Data.getBufferSize() < sizeof(MachO::fat_header)) { in MachOUniversalBinary()
115 MachO::fat_header H= getUniversalBinaryStruct<MachO::fat_header>(Buf.begin()); in MachOUniversalBinary()
117 uint32_t MinSize = sizeof(MachO::fat_header) + in MachOUniversalBinary()
118 sizeof(MachO::fat_arch) * NumberOfObjects; in MachOUniversalBinary()
119 if (H.magic != MachO::FAT_MAGIC || Buf.size() < MinSize) { in MachOUniversalBinary()
/NextBSD/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp209 if (MachOObjectFile *MachO = dyn_cast<MachOObjectFile>(&Obj)) in isSymbolList64Bit() local
210 return MachO->is64Bit(); in isSymbolList64Bit()
223 static void darwinPrintSymbol(MachOObjectFile *MachO, SymbolListT::iterator I, in darwinPrintSymbol() argument
225 MachO::mach_header H; in darwinPrintSymbol()
226 MachO::mach_header_64 H_64; in darwinPrintSymbol()
228 MachO::nlist_64 STE_64; in darwinPrintSymbol()
229 MachO::nlist STE; in darwinPrintSymbol()
236 if (MachO->is64Bit()) { in darwinPrintSymbol()
237 H_64 = MachO->MachOObjectFile::getHeader64(); in darwinPrintSymbol()
240 STE_64 = MachO->getSymbol64TableEntry(SymDRI); in darwinPrintSymbol()
[all …]
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h44 case MachO::ARM64_RELOC_UNSIGNED: in decodeAddend()
47 case MachO::ARM64_RELOC_BRANCH26: in decodeAddend()
48 case MachO::ARM64_RELOC_PAGE21: in decodeAddend()
49 case MachO::ARM64_RELOC_PAGEOFF12: in decodeAddend()
50 case MachO::ARM64_RELOC_GOT_LOAD_PAGE21: in decodeAddend()
51 case MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12: in decodeAddend()
61 case MachO::ARM64_RELOC_UNSIGNED: in decodeAddend()
68 case MachO::ARM64_RELOC_BRANCH26: { in decodeAddend()
80 case MachO::ARM64_RELOC_GOT_LOAD_PAGE21: in decodeAddend()
81 case MachO::ARM64_RELOC_PAGE21: { in decodeAddend()
[all …]
HDRuntimeDyldMachOARM.h43 case MachO::ARM_RELOC_BR24: { in decodeAddend()
59 MachO::any_relocation_info RelInfo = in processRelocationRef()
64 if (RelType == MachO::ARM_RELOC_HALF_SECTDIFF) in processRelocationRef()
79 if ((RE.RelType & 0xf) == MachO::ARM_RELOC_BR24) in processRelocationRef()
111 case MachO::ARM_RELOC_VANILLA: in resolveRelocation()
114 case MachO::ARM_RELOC_BR24: { in resolveRelocation()
132 case MachO::ARM_RELOC_HALF_SECTDIFF: { in resolveRelocation()
148 case MachO::ARM_THUMB_RELOC_BR22: in resolveRelocation()
149 case MachO::ARM_THUMB_32BIT_BRANCH: in resolveRelocation()
150 case MachO::ARM_RELOC_HALF: in resolveRelocation()
[all …]
HDRuntimeDyldMachOX86_64.h40 MachO::any_relocation_info RelInfo = in processRelocationRef()
55 if (RE.RelType == MachO::X86_64_RELOC_GOT || in processRelocationRef()
56 RE.RelType == MachO::X86_64_RELOC_GOT_LOAD) in processRelocationRef()
86 case MachO::X86_64_RELOC_SIGNED_1: in resolveRelocation()
87 case MachO::X86_64_RELOC_SIGNED_2: in resolveRelocation()
88 case MachO::X86_64_RELOC_SIGNED_4: in resolveRelocation()
89 case MachO::X86_64_RELOC_SIGNED: in resolveRelocation()
90 case MachO::X86_64_RELOC_UNSIGNED: in resolveRelocation()
91 case MachO::X86_64_RELOC_BRANCH: in resolveRelocation()
94 case MachO::X86_64_RELOC_GOT_LOAD: in resolveRelocation()
[all …]
HDRuntimeDyldMachOI386.h40 MachO::any_relocation_info RelInfo = in processRelocationRef()
45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF || in processRelocationRef()
46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) in processRelocationRef()
49 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
97 case MachO::GENERIC_RELOC_VANILLA: in resolveRelocation()
100 case MachO::GENERIC_RELOC_SECTDIFF: in resolveRelocation()
101 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: { in resolveRelocation()
110 case MachO::GENERIC_RELOC_PB_LA_PTR: in resolveRelocation()
134 MachO::any_relocation_info RE = in processSECTDIFFRelocation()
147 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation()
[all …]
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h191 MachO::load_command C; // The command itself.
314 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
316 const MachO::any_relocation_info &RE) const;
317 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
319 const MachO::any_relocation_info &RE) const;
321 const MachO::any_relocation_info &RE) const;
323 const MachO::any_relocation_info &RE) const;
324 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
325 unsigned getAnyRelocationPCRel(const MachO::any_relocation_info &RE) const;
326 unsigned getAnyRelocationLength(const MachO::any_relocation_info &RE) const;
[all …]
/NextBSD/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp126 Flags |= MachO::MH_SUBSECTIONS_VIA_SYMBOLS; in writeHeader()
134 write32(is64Bit() ? MachO::MH_MAGIC_64 : MachO::MH_MAGIC); in writeHeader()
139 write32(MachO::MH_OBJECT); in writeHeader()
147 (is64Bit()?sizeof(MachO::mach_header_64): sizeof(MachO::mach_header))); in writeHeader()
165 is64Bit() ? sizeof(MachO::segment_command_64): in writeSegmentLoadCommand()
166 sizeof(MachO::segment_command); in writeSegmentLoadCommand()
167 write32(is64Bit() ? MachO::LC_SEGMENT_64 : MachO::LC_SEGMENT); in writeSegmentLoadCommand()
169 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand()
170 sizeof(MachO::section))); in writeSegmentLoadCommand()
185 write32(MachO::VM_PROT_READ | MachO::VM_PROT_WRITE | MachO::VM_PROT_EXECUTE); in writeSegmentLoadCommand()
[all …]
HDMCAsmInfoDarwin.cpp29 if (SMO.getType() == MachO::S_CSTRING_LITERALS) in isSectionAtomizableBySymbols()
45 case MachO::S_4BYTE_LITERALS: in isSectionAtomizableBySymbols()
46 case MachO::S_8BYTE_LITERALS: in isSectionAtomizableBySymbols()
47 case MachO::S_16BYTE_LITERALS: in isSectionAtomizableBySymbols()
48 case MachO::S_LITERAL_POINTERS: in isSectionAtomizableBySymbols()
49 case MachO::S_NON_LAZY_SYMBOL_POINTERS: in isSectionAtomizableBySymbols()
50 case MachO::S_LAZY_SYMBOL_POINTERS: in isSectionAtomizableBySymbols()
51 case MachO::S_MOD_INIT_FUNC_POINTERS: in isSectionAtomizableBySymbols()
52 case MachO::S_MOD_TERM_FUNC_POINTERS: in isSectionAtomizableBySymbols()
53 case MachO::S_INTERPOSING: in isSectionAtomizableBySymbols()
HDMCObjectFileInfo.cpp61 MachO::S_ATTR_PURE_INSTRUCTIONS, in initMachOMCObjectFileInfo()
72 MachO::S_THREAD_LOCAL_REGULAR, in initMachOMCObjectFileInfo()
76 MachO::S_THREAD_LOCAL_ZEROFILL, in initMachOMCObjectFileInfo()
82 MachO::S_THREAD_LOCAL_VARIABLES, in initMachOMCObjectFileInfo()
87 MachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, in initMachOMCObjectFileInfo()
92 MachO::S_CSTRING_LITERALS, in initMachOMCObjectFileInfo()
99 MachO::S_4BYTE_LITERALS, in initMachOMCObjectFileInfo()
103 MachO::S_8BYTE_LITERALS, in initMachOMCObjectFileInfo()
108 MachO::S_16BYTE_LITERALS, in initMachOMCObjectFileInfo()
117 MachO::S_COALESCED | in initMachOMCObjectFileInfo()
[all …]
HDMCSectionMachO.cpp21 } SectionTypeDescriptors[MachO::LAST_KNOWN_SECTION_TYPE+1] = {
57 { MachO::ENUM, ASMNAME, #ENUM },
104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection()
105 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE && in PrintSwitchToSection()
118 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
157 return hasAttribute(MachO::S_ATTR_PURE_INSTRUCTIONS); in UseCodeAlign()
161 return (getType() == MachO::S_ZEROFILL || in isVirtualSection()
162 getType() == MachO::S_GB_ZEROFILL || in isVirtualSection()
163 getType() == MachO::S_THREAD_LOCAL_ZEROFILL); in isVirtualSection()
230 if (TAA == MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()
97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
100 Type = MachO::PPC_RELOC_BR14; in getRelocType()
107 Type = MachO::PPC_RELOC_HA16; in getRelocType()
110 Type = MachO::PPC_RELOC_LO16; in getRelocType()
113 Type = MachO::PPC_RELOC_HI16; in getRelocType()
127 Type = MachO::PPC_RELOC_HA16_SECTDIFF; in getRelocType()
130 Type = MachO::PPC_RELOC_LO16_SECTDIFF; in getRelocType()
133 Type = MachO::PPC_RELOC_HI16_SECTDIFF; in getRelocType()
146 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo()
[all …]
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMachObjectWriter.cpp63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA); in getARMFixupKindMachOInfo()
97 RelocType = unsigned(MachO::ARM_RELOC_BR24); in getARMFixupKindMachOInfo()
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22); in getARMFixupKindMachOInfo()
119 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
123 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
128 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
132 RelocType = unsigned(MachO::ARM_RELOC_HALF); in getARMFixupKindMachOInfo()
148 unsigned Type = MachO::ARM_RELOC_HALF; in RecordARMScatteredHalfRelocation()
172 Type = MachO::ARM_RELOC_HALF_SECTDIFF; in RecordARMScatteredHalfRelocation()
213 if (Type == MachO::ARM_RELOC_HALF_SECTDIFF) { in RecordARMScatteredHalfRelocation()
[all …]
HDARMAsmBackendDarwin.h20 const MachO::CPUSubTypeARM Subtype;
22 MachO::CPUSubTypeARM st) in ARMAsmBackendDarwin()
28 return createARMMachObjectWriter(OS, /*Is64Bit=*/false, MachO::CPU_TYPE_ARM, in createObjectWriter()
HDARMAsmBackend.cpp753 case Triple::MachO: { in createARMAsmBackend()
754 MachO::CPUSubTypeARM CS = in createARMAsmBackend()
755 StringSwitch<MachO::CPUSubTypeARM>(TheTriple.getArchName()) in createARMAsmBackend()
756 .Cases("armv4t", "thumbv4t", MachO::CPU_SUBTYPE_ARM_V4T) in createARMAsmBackend()
757 .Cases("armv5e", "thumbv5e", MachO::CPU_SUBTYPE_ARM_V5TEJ) in createARMAsmBackend()
758 .Cases("armv6", "thumbv6", MachO::CPU_SUBTYPE_ARM_V6) in createARMAsmBackend()
759 .Cases("armv6m", "thumbv6m", MachO::CPU_SUBTYPE_ARM_V6M) in createARMAsmBackend()
760 .Cases("armv7em", "thumbv7em", MachO::CPU_SUBTYPE_ARM_V7EM) in createARMAsmBackend()
761 .Cases("armv7k", "thumbv7k", MachO::CPU_SUBTYPE_ARM_V7K) in createARMAsmBackend()
762 .Cases("armv7m", "thumbv7m", MachO::CPU_SUBTYPE_ARM_V7M) in createARMAsmBackend()
[all …]
/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl()); in DumpSectionData()
127 MachO::segment_command SLC = Obj.getSegmentLoadCommand(LCI); in DumpSegmentCommand()
136 MachO::section Sect = Obj.getSection(LCI, i); in DumpSegmentCommand()
150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
189 MachO::symtab_command SLC = Obj.getSymtabLoadCommand(); in DumpSymtabCommand()
208 MachO::nlist_64 STE = Obj.getSymbol64TableEntry(DRI); in DumpSymtabCommand()
213 MachO::nlist STE = Obj.getSymbolTableEntry(DRI); in DumpSymtabCommand()
226 MachO::dysymtab_command DLC = Obj.getDysymtabLoadCommand(); in DumpDysymtabCommand()
262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpLinkeditDataCommand()
[all …]
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp202 MachO::S_CSTRING_LITERALS); in parseSectionDirectiveCString()
206 MachO::S_4BYTE_LITERALS, 4); in parseSectionDirectiveLiteral4()
210 MachO::S_8BYTE_LITERALS, 8); in parseSectionDirectiveLiteral8()
214 MachO::S_16BYTE_LITERALS, 16); in parseSectionDirectiveLiteral16()
230 MachO::S_SYMBOL_STUBS | in parseSectionDirectiveSymbolStub()
231 MachO::S_ATTR_PURE_INSTRUCTIONS, in parseSectionDirectiveSymbolStub()
237 MachO::S_SYMBOL_STUBS | in parseSectionDirectivePICSymbolStub()
238 MachO::S_ATTR_PURE_INSTRUCTIONS, 0, 26); in parseSectionDirectivePICSymbolStub()
248 MachO::S_NON_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveNonLazySymbolPointers()
252 MachO::S_LAZY_SYMBOL_POINTERS, 4); in parseSectionDirectiveLazySymbolPointers()
[all …]
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp210 case MachO::DICE_KIND_DATA: in DumpDataInCode()
230 if (Kind == MachO::DICE_KIND_DATA) in DumpDataInCode()
235 case MachO::DICE_KIND_JUMP_TABLE8: in DumpDataInCode()
242 case MachO::DICE_KIND_JUMP_TABLE16: in DumpDataInCode()
250 case MachO::DICE_KIND_JUMP_TABLE32: in DumpDataInCode()
251 case MachO::DICE_KIND_ABS_JUMP_TABLE32: in DumpDataInCode()
256 if (Kind == MachO::DICE_KIND_JUMP_TABLE32) in DumpDataInCode()
287 if (Command.C.cmd == MachO::LC_FUNCTION_STARTS) { in getSectionsAndSymbols()
290 MachO::linkedit_data_command LLC = in getSectionsAndSymbols()
294 } else if (Command.C.cmd == MachO::LC_SEGMENT) { in getSectionsAndSymbols()
[all …]
HDllvm-objdump.cpp193 TheTriple.setObjectFormat(Triple::MachO); in getTarget()
447 const MachO::any_relocation_info &RE, in printRelocationTargetName()
515 MachO::any_relocation_info RE = Obj->getRelocation(Rel); in getRelocationValueString()
532 case MachO::X86_64_RELOC_GOT_LOAD: in getRelocationValueString()
533 case MachO::X86_64_RELOC_GOT: { in getRelocationValueString()
540 case MachO::X86_64_RELOC_SUBTRACTOR: { in getRelocationValueString()
543 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
549 if (RType != MachO::X86_64_RELOC_UNSIGNED) in getRelocationValueString()
560 case MachO::X86_64_RELOC_TLV: in getRelocationValueString()
566 case MachO::X86_64_RELOC_SIGNED_1: in getRelocationValueString()
[all …]
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MachObjectWriter.cpp46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED); in getAArch64FixupKindMachOInfo()
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT); in getAArch64FixupKindMachOInfo()
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT); in getAArch64FixupKindMachOInfo()
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12); in getAArch64FixupKindMachOInfo()
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12); in getAArch64FixupKindMachOInfo()
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12); in getAArch64FixupKindMachOInfo()
97 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21); in getAArch64FixupKindMachOInfo()
100 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21); in getAArch64FixupKindMachOInfo()
103 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGE21); in getAArch64FixupKindMachOInfo()
110 RelocType = unsigned(MachO::ARM64_RELOC_BRANCH26); in getAArch64FixupKindMachOInfo()
[all …]
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86MachObjectWriter.cpp129 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
137 Type = MachO::X86_64_RELOC_BRANCH; in RecordX86_64Relocation()
190 Type = MachO::X86_64_RELOC_UNSIGNED; in RecordX86_64Relocation()
192 MachO::any_relocation_info MRE; in RecordX86_64Relocation()
202 Type = MachO::X86_64_RELOC_SUBTRACTOR; in RecordX86_64Relocation()
219 if (Section.hasAttribute(MachO::S_ATTR_DEBUG)) in RecordX86_64Relocation()
263 Type = MachO::X86_64_RELOC_GOT_LOAD; in RecordX86_64Relocation()
265 Type = MachO::X86_64_RELOC_GOT; in RecordX86_64Relocation()
267 Type = MachO::X86_64_RELOC_TLV; in RecordX86_64Relocation()
272 Type = MachO::X86_64_RELOC_SIGNED; in RecordX86_64Relocation()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDArchSpec.cpp210 …{ ArchSpec::eCore_arm_generic , llvm::MachO::CPU_TYPE_ARM , CPU_ANY, UINT32_MAX , UINT32…
211 …{ ArchSpec::eCore_arm_generic , llvm::MachO::CPU_TYPE_ARM , 0 , UINT32_MAX , SUBTYP…
212 …{ ArchSpec::eCore_arm_armv4 , llvm::MachO::CPU_TYPE_ARM , 5 , UINT32_MAX , SUBTYP…
213 …{ ArchSpec::eCore_arm_armv4t , llvm::MachO::CPU_TYPE_ARM , 5 , UINT32_MAX , SUBTYP…
214 …{ ArchSpec::eCore_arm_armv6 , llvm::MachO::CPU_TYPE_ARM , 6 , UINT32_MAX , SUBTYP…
215 …{ ArchSpec::eCore_arm_armv6m , llvm::MachO::CPU_TYPE_ARM , 14 , UINT32_MAX , SUBTYP…
216 …{ ArchSpec::eCore_arm_armv5 , llvm::MachO::CPU_TYPE_ARM , 7 , UINT32_MAX , SUBTYP…
217 …{ ArchSpec::eCore_arm_armv5e , llvm::MachO::CPU_TYPE_ARM , 7 , UINT32_MAX , SUBTYP…
218 …{ ArchSpec::eCore_arm_armv5t , llvm::MachO::CPU_TYPE_ARM , 7 , UINT32_MAX , SUBTYP…
219 …{ ArchSpec::eCore_arm_xscale , llvm::MachO::CPU_TYPE_ARM , 8 , UINT32_MAX , SUBTYP…
[all …]
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionMachO.h59 MachO::SectionType getType() const { in getType()
60 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
61 MachO::SECTION_TYPE); in getType()

123