Searched refs:isWindowsGNUEnvironment (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h566 bool isWindowsGNUEnvironment() const { function in class:llvm::Triple
572 return isWindowsCygwinEnvironment() || isWindowsGNUEnvironment();
577 return isWindowsMSVCEnvironment() || isWindowsGNUEnvironment() ||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.cpp209 if (Triple.isWindowsGNUEnvironment())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp194 if (TT.isWindowsGNUEnvironment() || TT.isWindowsCygwinEnvironment()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp131 if (TT.isWindowsGNUEnvironment() && TT.isOSBinFormatCOFF() && GV &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp208 if (!isVariadic && T.isWindowsGNUEnvironment() &&
H A DRecordLayoutBuilder.cpp1822 if (!Context.getTargetInfo().getTriple().isWindowsGNUEnvironment())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h810 return TargetTriple.isWindowsGNUEnvironment();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp409 ? (Triple.isWindowsGNUEnvironment() ? ".dll.a" : ".lib")
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1374 if (getTargetTriple().isWindowsGNUEnvironment())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3087 if (CGM.getTriple().isWindowsGNUEnvironment())
3340 .isWindowsGNUEnvironment())
H A DCodeGenModule.cpp804 if (TT.isWindowsGNUEnvironment()) {
H A DTargetInfo.cpp2240 IsMingw64(getTarget().getTriple().isWindowsGNUEnvironment()) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9321 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) {
9385 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) {
9556 Context.getTargetInfo().getTriple().isWindowsGNUEnvironment() &&
H A DSemaDeclCXX.cpp5791 if (S.Context.getTargetInfo().getTriple().isWindowsGNUEnvironment())
5953 !Context.getTargetInfo().getTriple().isWindowsGNUEnvironment()) {

Completed in 234 milliseconds