Home
last modified time | relevance | path

Searched refs:setArch (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1535 void Triple::setArch(ArchType Kind, SubArchType SubArch) { in setArch() function in Triple
1693 T.setArch(UnknownArch); in get32BitArchVariant()
1734 case Triple::aarch64: T.setArch(Triple::arm); break; in get32BitArchVariant()
1735 case Triple::aarch64_be: T.setArch(Triple::armeb); break; in get32BitArchVariant()
1736 case Triple::amdil64: T.setArch(Triple::amdil); break; in get32BitArchVariant()
1737 case Triple::hsail64: T.setArch(Triple::hsail); break; in get32BitArchVariant()
1738 case Triple::le64: T.setArch(Triple::le32); break; in get32BitArchVariant()
1739 case Triple::loongarch64: T.setArch(Triple::loongarch32); break; in get32BitArchVariant()
1741 T.setArch(Triple::mips, getSubArch()); in get32BitArchVariant()
1744 T.setArch(Triple::mipsel, getSubArch()); in get32BitArchVariant()
[all …]
H A DHost.cpp2117 T.setArch(Triple::arm); in withHostArch()
2120 T.setArch(Triple::aarch64, Triple::AArch64SubArch_arm64e); in withHostArch()
2123 T.setArch(Triple::aarch64); in withHostArch()
2126 T.setArch(Triple::x86_64); in withHostArch()
2129 T.setArch(Triple::x86_64); in withHostArch()
2132 T.setArch(Triple::x86); in withHostArch()
2135 T.setArch(Triple::ppc); in withHostArch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp157 triple.setArch(llvm::Triple::ArchType::x86); in GetArchitecture()
160 triple.setArch(llvm::Triple::ArchType::x86_64); in GetArchitecture()
163 triple.setArch(llvm::Triple::ArchType::arm); in GetArchitecture()
167 triple.setArch(llvm::Triple::ArchType::aarch64); in GetArchitecture()
170 triple.setArch(llvm::Triple::ArchType::UnknownArch); in GetArchitecture()
H A DProcessMinidump.cpp322 triple.setArch(llvm::Triple::ArchType::x86); in GetArchitecture()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp66 TheTriple.setArch(Type); in selectTarget()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp38 triple.setArch(Module->Arch); in parse()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp112 TheTriple.setArch(Triple::ArchType(Arch)); in makeTriple()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp139 TheTriple.setArch(Type); in lookupTarget()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp143 T.setArch(Triple::ArchType::dxil, SubArch); in tryParseProfile()
H A DDarwin.cpp79 T.setArch(Arch); in setTripleTypeForMachOArchName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp1187 TT.setArch(Triple::ArchType(Obj.getArch())); in loadTargetInfo()
1204 TT.setArch(Triple::ArchType::x86_64); in loadTargetInfo()
H A DLVDWARFReader.cpp1158 TT.setArch(Triple::ArchType(Obj.getArch())); in loadTargetInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h1103 void setArch(ArchType Kind, SubArchType SubArch = NoSubArch);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp824 GetTriple().setArch(other.GetTriple().getArch()); in MergeFrom()
913 m_triple.setArch(core_def->machine); in SetArchitecture()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp585 Target.setArch(AT); in computeTargetTriple()
631 Target.setArch(AT); in computeTargetTriple()
647 Target.setArch(llvm::Triple::x86); in computeTargetTriple()
693 Target.setArch(llvm::Triple::riscv32); in computeTargetTriple()
695 Target.setArch(llvm::Triple::riscv64); in computeTargetTriple()
1321 T.setArch(llvm::Triple::aarch64, llvm::Triple::AArch64SubArch_arm64ec); in BuildCompilation()
1337 T.setArch(llvm::Triple::spirv); in BuildCompilation()
H A DToolChain.cpp789 ArmTriple.setArch(Triple::arm); in getTargetSubDirPath()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp660 TT.setArch(Triple::ArchType(Obj.getArch())); in createRegInfo()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1084 triple.setArch(arch); in CreateArchList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2607 X64Triple.setArch(Triple::ArchType::x86_64); in disassembleObject()