HomeSort by relevance Sort by last modified time
    Searched defs:isTargetMachO (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 140 bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); }
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 59 bool isTargetMachO(const MCSubtargetInfo &STI) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 273 bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); }
275 bool isDarwinABI() const { return isTargetMachO() || isDarwin(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 386 bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); }
439 return isTargetMachO() ? (ReserveR9 || !HasV6Ops) : ReserveR9;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 421 bool isTargetMachO() const { return TargetTriple.isOSBinFormatMachO(); }

Completed in 318 milliseconds