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

1 2

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 65 if (TheTriple.isOSDarwin())
84 if (T.isOSDarwin())
100 if (Triple(TT).isOSDarwin())
PPCAsmBackend.cpp 187 if (Triple(TT).isOSDarwin())
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 83 if (TheTriple.isOSDarwin()) {
MBlazeAsmBackend.cpp 152 if (TheTriple.isOSDarwin())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 125 if (TheTriple.isOSDarwin())
137 RM = TheTriple.isOSDarwin() ? Reloc::PIC_ : Reloc::DynamicNoPIC;
152 if (TheTriple.isOSDarwin())
ARMAsmBackend.cpp 514 if (TheTriple.isOSDarwin()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 186 if (TheTriple.isOSDarwin())
359 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
398 if (T.isOSDarwin()) {
416 else if (!T.isOSDarwin())
422 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit)
444 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
X86AsmBackend.cpp 439 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
451 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 220 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/llvm/include/llvm/ADT/
Triple.h 263 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
264 bool isOSDarwin() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 203 bool isTargetDarwin() const { return TargetTriple.isOSDarwin(); }
  /external/clang/lib/Driver/
ToolChain.cpp 188 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
Tools.cpp 163 if (Triple.isOSDarwin()) {
507 if (Triple.isOSDarwin())
874 if (getToolChain().getTriple().isOSDarwin()) {
957 if (!Triple.isOSDarwin())
    [all...]
Driver.cpp     [all...]
ToolChains.cpp 203 getTriple().isOSDarwin() &&
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 598 if (triple.isOSDarwin()) {
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 239 if (!isOSDarwin() && getVendor() != Triple::Apple)
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 519 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 761 if (TargetTriple.isOSDarwin() && !IsARMArchitecture(GCCArgs))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 282 if (!Context.getTargetInfo().getTriple().isOSDarwin())
    [all...]
TargetInfo.cpp 914 return !getContext().getTargetInfo().getTriple().isOSDarwin();
    [all...]
  /external/clang/lib/AST/
Decl.cpp 56 if (D->getASTContext().getTargetInfo().getTriple().isOSDarwin()) {
    [all...]

Completed in 605 milliseconds

1 2