Searched refs:ILP32 (Results 1 – 16 of 16) sorted by relevance
87 ::writeStubHelperHeader<ILP32>(buf8, stubHelperHeaderCode); in writeStubHelperHeader()108 ARM64_32::ARM64_32() : ARM64Common(ILP32()) { in ARM64_32()
48 ILP32|LP32)
166 struct ILP32 { struct
977 parseLazy<ILP32>(); in ObjFile()982 parse<ILP32>(); in ObjFile()2163 this, reinterpret_cast<const ILP32::mach_header *>( in addLazySymbols()2352 f.parse<ILP32>(); in extract()
1122 : collectDataInCodeEntries<ILP32>(); in finalizeContents()2515 template SymtabSection *macho::makeSymtabSection<ILP32>(StringTableSection &);
1391 template void macho::writeResult<ILP32>();
61 return ::objectHasObjCSection<ILP32>(mb); in objectHasObjCSection()
2078 writeResult<ILP32>(); in link()
70 The instantiation in Mips64InstrInfo.td is used for MIPS64 in ILP32
674 openFlags.add(Consumer.OpenFlag.ILP32); in main()
470 // Memory operands that use 64-bit pointers in both ILP32 and LP64.
233 is ILP32;
437 // In the ILP32 world, the minimum stack slot size is 4 bytes. Otherwise the
199 - AArch64: Add ILP32 support. (@cmuellner)
6813 * Support for linux-x32, ILP32 environment in x86_64 framework.
2133 Added support for A32 ABI compilation, which uses the ILP32 model. Anuj