Searched defs:IsILP32 (Results 1 – 5 of 5) sorted by relevance
44 bool IsILP32; member in __anon00e6ded70111::AArch64ELFObjectWriter49 AArch64ELFObjectWriter::AArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) in AArch64ELFObjectWriter()472 llvm::createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) { in createAArch64ELFObjectWriter()
40 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) in AArch64MachObjectWriter()410 bool IsILP32) { in createAArch64MachObjectWriter()
765 bool IsILP32; member in __anon1d7386b50311::ELFAArch64AsmBackend768 bool IsLittleEndian, bool IsILP32) in ELFAArch64AsmBackend()808 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64leAsmBackend() local821 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64beAsmBackend() local
33 AArch64MCAsmInfoDarwin::AArch64MCAsmInfoDarwin(bool IsILP32) { in AArch64MCAsmInfoDarwin()
296 bool IsILP32; member in __anon730428320111::AArch64AsmParser