Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h57 llvm::Triple::ArchType TargetArch,
63 llvm::Triple::ArchType TargetArch,
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp336 Triple::ArchType TargetArch, in getSubDirectoryPath() argument
342 SubdirName = archToLegacyVCArch(TargetArch); in getSubDirectoryPath()
346 SubdirName = archToWindowsSDKArch(TargetArch); in getSubDirectoryPath()
350 SubdirName = archToDevDivInternalArch(TargetArch); in getSubDirectoryPath()
389 Triple::ArchType TargetArch, vfs::FileSystem &VFS) { in useUniversalCRT() argument
391 SubDirectoryType::Include, VSLayout, VCToolChainPath, TargetArch)); in useUniversalCRT()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMSVC.h81 llvm::Triple::ArchType TargetArch) const;
H A DGnu.h269 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
H A DGnu.cpp1490 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in findMIPSMultilibs() local
1515 addMultilibFlag(isMipsEL(TargetArch), "EL", Flags); in findMIPSMultilibs()
1516 addMultilibFlag(!isMipsEL(TargetArch), "EB", Flags); in findMIPSMultilibs()
2631 llvm::Triple::ArchType TargetArch = TargetTriple.getArch(); in ScanGCCForMultilibs() local
2637 if (isArmOrThumbArch(TargetArch) && TargetTriple.isAndroid()) { in ScanGCCForMultilibs()
2647 } else if (isMSP430(TargetArch)) { in ScanGCCForMultilibs()
2649 } else if (TargetArch == llvm::Triple::avr) { in ScanGCCForMultilibs()
H A DMSVC.cpp514 llvm::Triple::ArchType TargetArch) const { in getSubDirectoryPath()
515 return llvm::getSubDirectoryPath(Type, VSLayout, VCToolChainPath, TargetArch, in getSubDirectoryPath()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h70 TargetArch, enumerator
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td395 class TargetArch<list<string> arches> : TargetSpec {
398 def TargetARM : TargetArch<["arm", "thumb", "armeb", "thumbeb"]>;
399 def TargetAArch64 : TargetArch<["aarch64"]>;
400 def TargetAnyArm : TargetArch<!listconcat(TargetARM.Arches, TargetAArch64.Arches)>;
401 def TargetAVR : TargetArch<["avr"]>;
402 def TargetBPF : TargetArch<["bpfel", "bpfeb"]>;
403 def TargetMips32 : TargetArch<["mips", "mipsel"]>;
404 def TargetAnyMips : TargetArch<["mips", "mipsel", "mips64", "mips64el"]>;
405 def TargetMSP430 : TargetArch<["msp430"]>;
406 def TargetM68k : TargetArch<["m68k"]>;
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp164 Definition("arch", EntryType::TargetArch)};
330 ENUM_TO_CSTR(TargetArch); in TypeToCString()
1404 case Entry::Type::TargetArch: in Format()