| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCMCTargetDesc.cpp | 74 if (TheTriple.isOSDarwin()) in createPPCMCAsmInfo() 95 if (T.isOSDarwin()) in createPPCMCCodeGenInfo() 102 if (!T.isOSDarwin() && in createPPCMCCodeGenInfo() 140 if (Triple(TT).isOSDarwin()) in createMCStreamer() 165 bool isDarwin = Triple(STI.getTargetTriple()).isOSDarwin(); in createPPCMCInstPrinter()
|
| D | PPCAsmBackend.cpp | 201 if (Triple(TT).isOSDarwin()) in createPPCAsmBackend()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MCTargetDesc.cpp | 203 if (TheTriple.isOSDarwin()) in getDwarfRegFlavour() 271 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) { in createX86MCAsmInfo() 319 if (T.isOSDarwin()) { in createX86MCCodeGenInfo() 337 else if (!T.isOSDarwin()) in createX86MCCodeGenInfo() 343 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo() 365 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) in createMCStreamer()
|
| D | X86AsmBackend.cpp | 806 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) in createX86_32AsmBackend() 824 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) { in createX86_64AsmBackend()
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r264345-dwarf2-freebsd10.diff | 14 - if (getToolChain().getTriple().isOSDarwin()) 17 + if (Triple.isOSDarwin() || Triple.getOS() == llvm::Triple::FreeBSD)
|
| D | patch-r208987-format-extensions.diff | 83 if (Target.getTriple().isOSDarwin()) 89 if (Target.getTriple().isOSDarwin())
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | Triple.h | 313 bool isOSDarwin() const { in isOSDarwin() function 344 return !isOSDarwin() && !isOSWindows(); in isOSBinFormatELF() 355 return getEnvironment() == Triple::MachO || isOSDarwin(); in isEnvironmentMachO()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMMCTargetDesc.cpp | 218 if (TheTriple.isOSDarwin()) in createARMMCAsmInfo() 231 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC; in createARMMCCodeGenInfo() 246 if (TheTriple.isOSDarwin()) in createMCStreamer()
|
| D | ARMAsmBackend.cpp | 668 if (TheTriple.isOSDarwin()) { in createARMAsmBackend()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/ |
| D | ToolChain.cpp | 195 if (!Triple.isOSDarwin()) { in getARMTargetCPU() 294 if (!Triple.isOSDarwin()) in ComputeLLVMTriple() 317 (Suffix.startswith("v7") && getTriple().isOSDarwin()); in ComputeLLVMTriple()
|
| D | Tools.cpp | 579 if (Triple.isOSDarwin()) in isSignedCharDefault() 829 } else if (Triple.isOSDarwin()) { in AddARMTargetArgs() 1281 if (Triple.isOSDarwin() && Triple.getArchName() == "x86_64h") in getX86TargetCPU() 1306 if (Triple.isOSDarwin()) { in getX86TargetCPU() 1365 if (TargetCPUName.empty() && !T.isOSDarwin()) { in getCPUName() 1574 if (!Triple.isOSDarwin()) in shouldUseExceptionTablesForObjCExceptions() 1666 if (TC.getTriple().isOSDarwin()) { in ShouldDisableAutolink() 1678 if (TC.getTriple().isOSDarwin()) { in ShouldDisableCFI() 2224 if (PIC && getToolChain().getTriple().isOSDarwin()) in ConstructJob() 2239 if (!getToolChain().getTriple().isOSDarwin()) in ConstructJob() [all …]
|
| D | Driver.cpp | 382 if (TC.getTriple().isOSDarwin()) in BuildCompilation() 494 if (TC.getTriple().isOSDarwin()) in generateCompilationDiagnostics() 1365 if (C.getDefaultToolChain().getTriple().isOSDarwin()) { in BuildJobs() 1858 if (Target.isOSDarwin()) { in computeTargetTriple()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/ |
| D | ScanfFormatString.cpp | 180 if (Target.getTriple().isOSDarwin()) in ParseScanfSpecifier() 184 if (Target.getTriple().isOSDarwin()) in ParseScanfSpecifier() 188 if (Target.getTriple().isOSDarwin()) in ParseScanfSpecifier()
|
| D | PrintfFormatString.cpp | 216 if (Target.getTriple().isOSDarwin()) in ParsePrintfSpecifier() 222 if (Target.getTriple().isOSDarwin()) in ParsePrintfSpecifier() 226 if (Target.getTriple().isOSDarwin()) in ParsePrintfSpecifier()
|
| D | FormatString.cpp | 688 return !Target.getTriple().isOSDarwin() && in hasValidLengthModifier()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | InitHeaderSearch.cpp | 354 if (triple.isOSDarwin()) { in AddDefaultCPlusPlusIncludePaths() 475 if (triple.isOSDarwin()) { in AddDefaultIncludePaths() 506 if (triple.isOSDarwin()) { in AddDefaultIncludePaths()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMSubtarget.h | 303 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86Subtarget.h | 311 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); } in isTargetDarwin()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 93 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
|
| /freebsd-9-stable/contrib/llvm/tools/bugpoint/ |
| D | ToolRunner.cpp | 705 if (TargetTriple.isOSDarwin() && !IsARMArchitecture(GCCArgs)) in ExecuteProgram() 857 else if (TargetTriple.isOSDarwin()) { in MakeSharedObject()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | Targets.cpp | 3809 if (getTriple().isOSDarwin()) in setABI() 3990 if (!getTriple().isOSDarwin()) in getTargetDefines() 5590 if (Triple.isOSDarwin()) in AllocateTarget() 5686 if (Triple.isOSDarwin()) in AllocateTarget() 5704 if (Triple.isOSDarwin()) in AllocateTarget() 5783 if (Triple.isOSDarwin()) in AllocateTarget() 5824 if (Triple.isOSDarwin() || Triple.getEnvironment() == llvm::Triple::MachO) in AllocateTarget()
|
| /freebsd-9-stable/contrib/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 303 if (MCpu.empty() && Triple.isOSDarwin()) { in determineTarget()
|
| D | LTOModule.cpp | 157 if (Triple.isOSDarwin()) { in makeLTOModule()
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Triple.cpp | 195 if (!isOSDarwin() && getVendor() != Triple::Apple) in getArchNameForAssembler()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCObjectFileInfo.cpp | 733 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) { in InitMCObjectFileInfo()
|