Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp375 const bool HostIsX64 = in getSubDirectoryPath() local
377 const char *const HostName = HostIsX64 ? "Hostx64" : "Hostx86"; in getSubDirectoryPath()