18 std::string LowerArch = Arch.
lower();
228 return "mips_rs3_le";
234 return "sparc32plus";
360 return "arc_compact";
400 return "altera_nios2";
430 return "latticemico32";
442 return "cypress_m8c";
470 return "mcst_elbrus";
498 return "cloudshield";
504 return "arc_compact2";
552 return "csr_kalimba";
This file defines DenseMapInfo traits for DenseMap.
This file implements the StringSwitch template, which mimics a switch() statement whose cases are str...
StringRef - Represent a constant reference to a string, i.e.
std::string lower() const
A switch()-like statement whose cases are string literals.
StringSwitch & Case(StringLiteral S, T Value)
uint16_t convertArchNameToEMachine(StringRef Arch)
Convert an architecture name into ELF's e_machine value.
StringRef convertEMachineToArchName(uint16_t EMachine)
Convert an ELF's e_machine value into an architecture name.
This is an optimization pass for GlobalISel generic memory operations.