Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DTriple.h507 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
513 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
518 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h524 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
530 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
535 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h546 bool isWindowsGNUEnvironment() const { in isWindowsGNUEnvironment() function
552 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment(); in isOSCygMing()
557 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() || in isOSMSVCRT()
/external/clang/lib/AST/
DItaniumCXXABI.cpp116 if (!isVariadic && T.isWindowsGNUEnvironment() && in getDefaultMethodCallConv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMangler.cpp195 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobalCOFF()
/external/llvm/lib/Target/X86/
DX86Subtarget.h500 return TargetTriple.isWindowsGNUEnvironment(); in isTargetWindowsGNU()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h737 return TargetTriple.isWindowsGNUEnvironment(); in isTargetWindowsGNU()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1079 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) { in emitLinkerFlagsForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1162 if (getTargetTriple().isWindowsGNUEnvironment()) in SelectSectionForGlobal()
/external/clang/lib/CodeGen/
DTargetInfo.cpp2012 IsMingw64(getTarget().getTriple().isWindowsGNUEnvironment()) {} in WinX86_64ABIInfo()
/external/clang/lib/Driver/
DTools.cpp3789 bool IsWindowsGNU = getToolChain().getTriple().isWindowsGNUEnvironment(); in ConstructJob()