Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp254 !triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()
292 triple.isWindowsCygwinEnvironment()) in ConvertArgumentsForLaunchingInShell()
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h612 bool isWindowsCygwinEnvironment() const { in isWindowsCygwinEnvironment() function
622 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
963 return isAndroid() || isOSOpenBSD() || isWindowsCygwinEnvironment(); in hasDefaultEmulatedTLS()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DMangler.cpp223 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.h312 return TargetTriple.isWindowsCygwinEnvironment(); in isTargetWindowsCygwin()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp416 if (T.isOSWindows() && !T.isWindowsCygwinEnvironment()) { in initialize()