Lines Matching refs:IsILP32
33 AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
44 bool IsILP32; member in __anon678f470d0111::AArch64ELFObjectWriter
49 AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) in AArch64ELFObjectWriter() argument
50 : MCELFObjectTargetWriter(/*Is64Bit*/ !IsILP32, OSABI, ELF::EM_AARCH64, in AArch64ELFObjectWriter()
52 IsILP32(IsILP32) {} in AArch64ELFObjectWriter()
55 IsILP32 ? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
144 if (IsILP32) { in getRelocType()
160 if (IsILP32) { in getRelocType()
201 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx)) in getRelocType()
210 return (!IsILP32 && in getRelocType()
215 if (IsILP32) { in getRelocType()
289 if (IsILP32) { in getRelocType()
299 if (IsILP32) { in getRelocType()
312 if (IsILP32) { in getRelocType()
323 if (IsILP32) { in getRelocType()
343 if (!IsILP32) { in getRelocType()
363 if (!IsILP32) { in getRelocType()
373 if (!IsILP32) { in getRelocType()
485 llvm::createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) { in createAArch64ELFObjectWriter() argument
486 return std::make_unique<AArch64ELFObjectWriter>(OSABI, IsILP32); in createAArch64ELFObjectWriter()