Home
last modified time | relevance | path

Searched refs:setArchName (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp2118 T.setArchName("arm"); in withHostArch()
2121 T.setArchName("arm64e"); in withHostArch()
2124 T.setArchName("arm64"); in withHostArch()
2127 T.setArchName("x86_64h"); in withHostArch()
2130 T.setArchName("x86_64"); in withHostArch()
2133 T.setArchName("i386"); in withHostArch()
2136 T.setArchName("powerpc"); in withHostArch()
H A DTriple.cpp1536 setArchName(getArchName(Kind, SubArch)); in setArch()
1563 void Triple::setArchName(StringRef Str) { in setArchName() function in Triple
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp111 triple.setArchName(GetGlobalProperties().GetArchitecture()); in GetSupportedArchitectures()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp406 LiteralTriple.setArchName(T.getArchName()); in getLiteralTriple()
857 TestTriple.setArchName(A); in adjustTriple()
H A DDarwin.cpp81 T.setArchName(Str); in setTripleTypeForMachOArchName()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp960 TheTriple.setArchName((Twine("thumb") + TT.getArchName().substr(3)).str()); in getTripleForSymbol()
965 TheTriple.setArchName((Twine("arm") + TT.getArchName().substr(5)).str()); in getTripleForSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1121 void setArchName(StringRef Str);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1476 thumb_arch.GetTriple().setArchName(llvm::StringRef(thumb_arch_name)); in DisassemblerLLVMC()
1486 triple.setArchName("armv9.3a"); in DisassemblerLLVMC()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1028 Triple.setArchName(MArch); in ComputeLLVMTriple()
1044 Triple.setArchName("arm64"); in ComputeLLVMTriple()
H A DDriver.cpp648 Target.setArchName("i586"); in computeTargetTriple()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp773 TheTriple.setArchName(Triple); in setARMSubArch()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp950 Builder.getJITTargetMachineBuilder()->getTargetTriple().setArchName( in runOrcJIT()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp311 Triple.setArchName(ArchName + Suffix.str()); in setArchNameInTriple()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp867 m_triple.setArchName(llvm::StringRef(core_def->name)); in SetArchitecture()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp147 ThumbTriple.setArchName(ThumbName); in GetTarget()