Searched refs:IsILP32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.h26 explicit AArch64MCAsmInfoDarwin(bool IsILP32);
H A DAArch64ELFObjectWriter.cpp33 AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
40 bool IsILP32; member in class:__anon2059::AArch64ELFObjectWriter
45 AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) argument
48 IsILP32(IsILP32) {}
51 IsILP32 ? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
56 // assumes IsILP32 is true
132 if (IsILP32) {
148 if (IsILP32) {
185 if (IsILP32
450 createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) argument
[all...]
H A DAArch64MCTargetDesc.h52 createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32);
56 bool IsILP32);
H A DAArch64AsmBackend.cpp547 bool IsILP32; member in class:__anon2056::DarwinAArch64AsmBackend
558 const MCRegisterInfo &MRI, bool IsILP32)
560 IsILP32(IsILP32) {}
564 if (IsILP32)
718 bool IsILP32; member in class:__anon2057::ELFAArch64AsmBackend
721 bool IsLittleEndian, bool IsILP32)
723 IsILP32(IsILP32) {}
727 return createAArch64ELFObjectWriter(OSABI, IsILP32);
557 DarwinAArch64AsmBackend(const Target &T, const Triple &TT, const MCRegisterInfo &MRI, bool IsILP32) argument
720 ELFAArch64AsmBackend(const Target &T, const Triple &TT, uint8_t OSABI, bool IsLittleEndian, bool IsILP32) argument
752 const bool IsILP32 = TheTriple.isArch32Bit(); local
762 bool IsILP32 = Options.getABIName() == "ilp32"; local
775 bool IsILP32 = Options.getABIName() == "ilp32"; local
[all...]
H A DAArch64MCAsmInfo.cpp33 AArch64MCAsmInfoDarwin::AArch64MCAsmInfoDarwin(bool IsILP32) { argument
43 CodePointerSize = IsILP32 ? 4 : 8;
H A DAArch64MachObjectWriter.cpp40 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) argument
41 : MCMachObjectTargetWriter(!IsILP32 /* is64Bit */, CPUType, CPUSubtype) {}
408 bool IsILP32) {
410 IsILP32);
407 createAArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp234 bool IsILP32; member in class:__anon2053::AArch64AsmParser
239 IsILP32 = Options.getABIName() == "ilp32";

Completed in 132 milliseconds