Lines Matching refs:IsILP32
33 AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
40 bool IsILP32; member in __anon9fe6e5c70111::AArch64ELFObjectWriter
45 AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) in AArch64ELFObjectWriter() argument
48 IsILP32(IsILP32) {} in AArch64ELFObjectWriter()
51 IsILP32 ? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
139 if (IsILP32) { in getRelocType()
155 if (IsILP32) { in getRelocType()
192 if (IsILP32 && isNonILP32reloc(Fixup, RefKind, Ctx)) in getRelocType()
203 if (IsILP32) { in getRelocType()
273 if (IsILP32) { in getRelocType()
283 if (IsILP32) { in getRelocType()
296 if (IsILP32) { in getRelocType()
307 if (IsILP32) { in getRelocType()
325 if (!IsILP32) { in getRelocType()
343 if (!IsILP32) { in getRelocType()
353 if (!IsILP32) { in getRelocType()
455 llvm::createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) { in createAArch64ELFObjectWriter() argument
456 return std::make_unique<AArch64ELFObjectWriter>(OSABI, IsILP32); in createAArch64ELFObjectWriter()