Home
last modified time | relevance | path

Searched refs:archToWindowsSDKArch (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h39 const char *archToWindowsSDKArch(llvm::Triple::ArchType Arch);
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp264 const char *archToWindowsSDKArch(Triple::ArchType Arch) { in archToWindowsSDKArch() function
317 sys::path::append(LibPath, archToWindowsSDKArch(Arch)); in appendArchToWindowsSDKLibPath()
351 SubdirName = archToWindowsSDKArch(TargetArch); in getSubDirectoryPath()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp584 StringRef ArchName = llvm::archToWindowsSDKArch(getArch()); in getUniversalCRTLibraryPath()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp672 StringRef ArchName = archToWindowsSDKArch(getArch()); in addWinSysRootLibSearchPaths()