Home
last modified time | relevance | path

Searched refs:isWindowsCygwinEnvironment (Results 1 – 5 of 5) 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.h628 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function
638 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
1033 isWindowsCygwinEnvironment() || isOHOSFamily(); in hasDefaultEmulatedTLS()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp224 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h323 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp423 if (T.isOSWindows() && !T.isWindowsCygwinEnvironment()) { in initialize()