Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp250 !triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()
288 triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DTriple.h703 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function
713 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
1167 isWindowsCygwinEnvironment() || isOHOSFamily(); in hasDefaultEmulatedTLS()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp226 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h317 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp454 if (T.isOSWindows() && !T.isWindowsCygwinEnvironment()) { in initializeLibCalls()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2555 if (TargetTriple.isWindowsCygwinEnvironment()) { in CollectLibDirsAndTriples()
H A DClang.cpp7097 RawTriple.isWindowsCygwinEnvironment()) && in ConstructJob()