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()501 llvm::createAArch64ELFObjectWriter(uint8_t OSABI, bool IsILP32) { in createAArch64ELFObjectWriter()
751 bool IsILP32; member in __anon1d7386b50311::ELFAArch64AsmBackend754 bool IsLittleEndian, bool IsILP32) in ELFAArch64AsmBackend()794 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64leAsmBackend() local807 bool IsILP32 = STI.getTargetTriple().getEnvironment() == Triple::GNUILP32; in createAArch64beAsmBackend() local
40 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype, bool IsILP32) in AArch64MachObjectWriter()433 bool IsILP32) { in createAArch64MachObjectWriter()
130 AArch64MCAsmInfoDarwin::AArch64MCAsmInfoDarwin(bool IsILP32) { in AArch64MCAsmInfoDarwin()
306 bool IsILP32; member in __anon730428320111::AArch64AsmParser