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

1 2 3

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Emulation.cpp 48 if (pConfig.targets().triple().isOSDarwin()) {
AArch64LDBackend.cpp 395 if (pConfig.targets().triple().isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp 42 if (pConfig.targets().triple().isOSDarwin()) {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 79 if (TheTriple.isOSDarwin())
100 if (T.isOSDarwin())
107 if (!T.isOSDarwin() &&
246 return new PPCInstPrinter(MAI, MII, MRI, T.isOSDarwin());
PPCAsmBackend.cpp 238 if (Triple(TT).isOSDarwin())
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 62 if (TT.isOSDarwin())
172 if (T.isOSDarwin()) {
190 else if (!T.isOSDarwin())
196 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit)
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMEmulation.cpp 49 if (pConfig.targets().triple().isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp 45 if (pConfig.targets().triple().isOSDarwin()) {
  /frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp 50 if (pConfig.targets().triple().isOSDarwin()) {
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 70 if (TT.isOSDarwin())
102 if (TFI->hasFP(MF) || TT.isOSDarwin()) {
107 if (TT.isOSDarwin() || ReserveX18) {
134 return TT.isOSDarwin() || ReserveX18;
137 return TFI->hasFP(MF) || TT.isOSDarwin();
432 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP
433 - (TT.isOSDarwin() || ReserveX18) // X18 reserved as platform register
AArch64Subtarget.h 110 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
AArch64MCInstLower.cpp 156 if (TargetTriple.isOSDarwin())
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 65 if (TheTriple.isOSDarwin())
99 if (TheTriple.isOSDarwin())
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 78 if (is64Bit || !T.isOSDarwin())
125 if (TT.isOSDarwin())
PPCMCInstLower.cpp 43 bool isDarwin = Triple(TM.getTargetTriple()).isOSDarwin();
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 71 else if (TT.isArch64Bit() || TT.isOSDarwin())
X86Subtarget.h 391 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 284 if (TheTriple.isOSDarwin() || TheTriple.isOSBinFormatMachO())
306 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 189 if (Target.getTriple().isOSDarwin())
193 if (Target.getTriple().isOSDarwin())
197 if (Target.getTriple().isOSDarwin())
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 369 if (triple.isOSDarwin()) {
495 if (triple.isOSDarwin()) {
526 if (triple.isOSDarwin()) {
  /external/llvm/include/llvm/ADT/
Triple.h 385 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
386 bool isOSDarwin() const {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 351 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/llvm/lib/CodeGen/
StackProtector.cpp 119 if (!Strong && (InStruct || !Trip.isOSDarwin()))
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 246 if (Triple(M->getTargetTriple()).isOSDarwin())
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 23 if (!T.isOSDarwin())
46 if (T.isOSDarwin() && T.getArch() == Triple::aarch64)
756 (TT.isOSDarwin() || TT.isOSBinFormatMachO())) {
    [all...]

Completed in 429 milliseconds

1 2 3