Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h166 struct LP64 { struct
167 using mach_header = llvm::MachO::mach_header_64;
168 using nlist = structs::nlist_64;
169 using segment_command = llvm::MachO::segment_command_64;
170 using section = llvm::MachO::section_64;
171 using encryption_info_command = llvm::MachO::encryption_info_command_64;
173 static constexpr uint32_t magic = llvm::MachO::MH_MAGIC_64;
174 static constexpr uint32_t segmentLCType = llvm::MachO::LC_SEGMENT_64;
175 static constexpr uint32_t encryptionInfoLCType =
178 static constexpr uint64_t pageZeroSize = 1ull << 32;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp750 bool LP64 = TM.isPPC64(); in lowerDynamicAlloc() local
810 bool LP64 = TM.isPPC64(); in prepareDynamicAlloca() local
896 bool LP64 = TM.isPPC64(); in lowerPrepareProbedAlloca() local
968 bool LP64 = TM.isPPC64(); in lowerCRSpilling() local
1013 bool LP64 = TM.isPPC64(); in lowerCRRestore() local
1057 bool LP64 = TM.isPPC64(); in lowerCRBitSpilling() local
1180 bool LP64 = TM.isPPC64(); in lowerCRBitRestore() local