Searched refs:setArchName (Results 1 – 14 of 14) sorted by relevance
158 triple.setArchName("x86_64"); in GetSupportedArchitectureAtIndex()161 triple.setArchName("i386"); in GetSupportedArchitectureAtIndex()164 triple.setArchName("aarch64"); in GetSupportedArchitectureAtIndex()167 triple.setArchName("arm"); in GetSupportedArchitectureAtIndex()170 triple.setArchName("mips64"); in GetSupportedArchitectureAtIndex()173 triple.setArchName("mips"); in GetSupportedArchitectureAtIndex()176 triple.setArchName("ppc64"); in GetSupportedArchitectureAtIndex()179 triple.setArchName("ppc"); in GetSupportedArchitectureAtIndex()
146 triple.setArchName("x86_64"); in GetSupportedArchitectureAtIndex()149 triple.setArchName("i386"); in GetSupportedArchitectureAtIndex()152 triple.setArchName("aarch64"); in GetSupportedArchitectureAtIndex()155 triple.setArchName("arm"); in GetSupportedArchitectureAtIndex()
147 triple.setArchName("x86_64"); in GetSupportedArchitectureAtIndex()150 triple.setArchName("i386"); in GetSupportedArchitectureAtIndex()
573 TheTriple.setArchName(Triple); in setARMSubArch()
860 void setArchName(StringRef Str);
695 Triple.setArchName(MArch); in ComputeLLVMTriple()710 Triple.setArchName("arm64"); in ComputeLLVMTriple()
540 Target.setArchName("i586"); in computeTargetTriple()
1062 thumb_arch.GetTriple().setArchName(llvm::StringRef(thumb_arch_name)); in DisassemblerLLVMC()1072 triple.setArchName("armv8.7a"); in DisassemblerLLVMC()
1209 setArchName(getArchTypeName(Kind)); in setArch()1236 void Triple::setArchName(StringRef Str) { in setArchName() function in Triple
865 Builder.getJITTargetMachineBuilder()->getTargetTriple().setArchName( in runOrcJIT()
255 Triple.setArchName(ArchName + Suffix.str()); in setArchNameInTriple()
859 m_triple.setArchName(llvm::StringRef(core_def->name)); in SetArchitecture()
82 T.setArchName(Str); in setTripleTypeForMachOArchName()
138 ThumbTriple.setArchName(ThumbName); in GetTarget()