HomeSort by relevance Sort by last modified time
    Searched refs:isOSDarwin (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsSectLinker.cpp 27 if (theTriple.isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMSectLinker.cpp 26 if (theTriple.isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86SectLinker.cpp 26 if (theTriple.isOSDarwin()) {
X86LDBackend.cpp 733 if (theTriple.isOSDarwin()) {
  /external/llvm/include/llvm/ADT/
Triple.h 294 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
295 bool isOSDarwin() const {
311 return !isOSDarwin() && !isOSWindows();
322 return getEnvironment() == Triple::MachO || isOSDarwin();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 66 if (TheTriple.isOSDarwin())
86 if (T.isOSDarwin())
102 if (Triple(TT).isOSDarwin())
PPCAsmBackend.cpp 185 if (Triple(TT).isOSDarwin())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 146 if (TheTriple.isOSDarwin())
159 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
174 if (TheTriple.isOSDarwin())
ARMAsmBackend.cpp 680 if (TheTriple.isOSDarwin()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 203 if (TheTriple.isOSDarwin())
377 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
419 if (T.isOSDarwin()) {
437 else if (!T.isOSDarwin())
443 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit)
465 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
X86AsmBackend.cpp 445 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
458 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 232 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeAsmBackend.cpp 162 if (TheTriple.isOSDarwin())
MBlazeMCTargetDesc.cpp 84 if (TheTriple.isOSDarwin()) {
  /external/clang/lib/Driver/
ToolChain.cpp 65 if (!Triple.isOSDarwin()) {
145 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
Tools.cpp 522 if (Triple.isOSDarwin())
    [all...]
Driver.cpp 357 if (TC.getTriple().isOSDarwin())
465 if (TC.getTriple().isOSDarwin())
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 234 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 340 if (triple.isOSDarwin()) {
462 if (triple.isOSDarwin()) {
492 if (triple.isOSDarwin()) {
  /external/llvm/lib/CodeGen/
StackProtector.cpp 114 if (InStruct || !Trip.isOSDarwin())
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 675 if (TargetTriple.isOSDarwin() && !IsARMArchitecture(GCCArgs))
825 else if (TargetTriple.isOSDarwin()) {
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 622 return !Target.getTriple().isOSDarwin() &&
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 556 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
  /external/llvm/lib/Support/
Triple.cpp 210 if (!isOSDarwin() && getVendor() != Triple::Apple)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 592 milliseconds

1 2