Home
last modified time | relevance | path

Searched refs:TargetArch (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h57 llvm::Triple::ArchType TargetArch,
63 llvm::Triple::ArchType TargetArch,
/freebsd-14.2/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp337 Triple::ArchType TargetArch, in getSubDirectoryPath() argument
343 SubdirName = archToLegacyVCArch(TargetArch); in getSubDirectoryPath()
347 SubdirName = archToWindowsSDKArch(TargetArch); in getSubDirectoryPath()
351 SubdirName = archToDevDivInternalArch(TargetArch); in getSubDirectoryPath()
390 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT() argument
392 SubDirectoryType::Include, VSLayout, VCToolChainPath, TargetArch)); in useUniversalCRT()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.h82 llvm::Triple::ArchType TargetArch) const;
H A DGnu.h269 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
H A DGnu.cpp1525 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in findMIPSMultilibs() local
1550 addMultilibFlag(isMipsEL(TargetArch), "-EL", Flags); in findMIPSMultilibs()
1551 addMultilibFlag(!isMipsEL(TargetArch), "-EB", Flags); in findMIPSMultilibs()
2861 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in ScanGCCForMultilibs() local
2867 if (isArmOrThumbArch(TargetArch) && TargetTriple.isAndroid()) { in ScanGCCForMultilibs()
2877 } else if (isMSP430(TargetArch)) { in ScanGCCForMultilibs()
2879 } else if (TargetArch == llvm::Triple::avr) { in ScanGCCForMultilibs()
H A DMSVC.cpp527 llvm::Triple::ArchType TargetArch) const { in getSubDirectoryPath()
528 return llvm::getSubDirectoryPath(Type, VSLayout, VCToolChainPath, TargetArch, in getSubDirectoryPath()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h69 TargetArch, enumerator
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td434 class TargetArch<list<string> arches> : TargetSpec {
440 def TargetAVR : TargetArch<["avr"]>;
441 def TargetBPF : TargetArch<["bpfel", "bpfeb"]>;
443 def TargetMips32 : TargetArch<["mips", "mipsel"]>;
445 def TargetMSP430 : TargetArch<["msp430"]>;
446 def TargetM68k : TargetArch<["m68k"]>;
447 def TargetRISCV : TargetArch<["riscv32", "riscv64"]>;
448 def TargetX86 : TargetArch<["x86"]>;
449 def TargetAnyX86 : TargetArch<["x86", "x86_64"]>;
451 def TargetNVPTX : TargetArch<["nvptx", "nvptx64"]>;
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp164 Definition("arch", EntryType::TargetArch)};
323 ENUM_TO_CSTR(TargetArch); in TypeToCString()
1410 case Entry::Type::TargetArch: in Format()