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

1 2

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMSectLinker.cpp 27 if (theTriple.isOSDarwin()) {
ARMLDBackend.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsSectLinker.cpp 27 if (theTriple.isOSDarwin()) {
MipsLDBackend.cpp 877 if (theTriple.isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86SectLinker.cpp 27 if (theTriple.isOSDarwin()) {
X86LDBackend.cpp 726 if (theTriple.isOSDarwin()) {
  /external/llvm/include/llvm/ADT/
Triple.h 287 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
288 bool isOSDarwin() const {
304 return !isOSDarwin() && !isOSWindows();
315 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 125 if (TheTriple.isOSDarwin())
138 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
153 if (TheTriple.isOSDarwin())
ARMAsmBackend.cpp 635 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 229 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 81 if (!Triple.isOSDarwin()) {
161 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
Driver.cpp 356 if (TC.getTriple().isOSDarwin())
455 if (TC.getTriple().isOSDarwin())
    [all...]
Tools.cpp 502 if (Triple.isOSDarwin())
    [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 227 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 331 if (triple.isOSDarwin()) {
453 if (triple.isOSDarwin()) {
483 if (triple.isOSDarwin()) {
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 675 if (TargetTriple.isOSDarwin() && !IsARMArchitecture(GCCArgs))
825 else if (TargetTriple.isOSDarwin()) {
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 558 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
  /external/llvm/lib/Support/
Triple.cpp 203 if (!isOSDarwin() && getVendor() != Triple::Apple)

Completed in 1904 milliseconds

1 2