Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1984 T.setArchName("arm"); in withHostArch()
1987 T.setArchName("arm64e"); in withHostArch()
1990 T.setArchName("arm64"); in withHostArch()
1993 T.setArchName("x86_64h"); in withHostArch()
1996 T.setArchName("x86_64"); in withHostArch()
1999 T.setArchName("i386"); in withHostArch()
2002 T.setArchName("powerpc"); in withHostArch()
H A DTriple.cpp1383 setArchName(getArchName(Kind, SubArch)); in setArch()
1410 void Triple::setArchName(StringRef Str) { in setArchName() function in Triple
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp111 triple.setArchName(GetGlobalProperties().GetArchitecture()); in GetSupportedArchitectures()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp403 LiteralTriple.setArchName(T.getArchName()); in getLiteralTriple()
831 TestTriple.setArchName(A); in adjustTriple()
H A DDarwin.cpp81 T.setArchName(Str); in setTripleTypeForMachOArchName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp954 TheTriple.setArchName((Twine("thumb") + TT.getArchName().substr(3)).str()); in getTripleForSymbol()
959 TheTriple.setArchName((Twine("arm") + TT.getArchName().substr(5)).str()); in getTripleForSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1074 void setArchName(StringRef Str);
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp982 Triple.setArchName(MArch); in ComputeLLVMTriple()
997 Triple.setArchName("arm64"); in ComputeLLVMTriple()
H A DDriver.cpp636 Target.setArchName("i586"); in computeTargetTriple()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp681 TheTriple.setArchName(Triple); in setARMSubArch()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp952 Builder.getJITTargetMachineBuilder()->getTargetTriple().setArchName( in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp311 Triple.setArchName(ArchName + Suffix.str()); in setArchNameInTriple()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp867 m_triple.setArchName(llvm::StringRef(core_def->name)); in SetArchitecture()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp147 ThumbTriple.setArchName(ThumbName); in GetTarget()