Home
last modified time | relevance | path

Searched defs:ILP32 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h166 struct ILP32 { struct
167 using mach_header = llvm::MachO::mach_header;
168 using nlist = structs::nlist;
169 using segment_command = llvm::MachO::segment_command;
170 using section = llvm::MachO::section;
171 using encryption_info_command = llvm::MachO::encryption_info_command;
173 static constexpr uint32_t magic = llvm::MachO::MH_MAGIC;
174 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT;
175 static constexpr uint32_t encryptionInfoLCType =
178 static constexpr uint64_t pageZeroSize = 1ull << 12;
[all …]