Lines Matching refs:IsILP32
33 AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
44 bool IsILP32; member in __anon00e6ded70111::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()
200 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx)) in getRelocType()
209 return (!IsILP32 && in getRelocType()
216 if (IsILP32) { in getRelocType()
288 if (IsILP32) in getRelocType()
296 if (IsILP32) { in getRelocType()
309 if (IsILP32) in getRelocType()
317 if (IsILP32) in getRelocType()
335 if (!IsILP32) { in getRelocType()
354 if (!IsILP32) in getRelocType()
362 if (!IsILP32) in getRelocType()
472 llvm::createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) { in createAArch64ELFObjectWriter() argument
473 return std::make_unique<AArch64ELFObjectWriter>(OSABI, IsILP32); in createAArch64ELFObjectWriter()