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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 125 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 223 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 227 bool isTargetELF() const { return !isTargetDarwin(); }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 212 bool isTargetELF() const {
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 288 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 470 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 495 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }

Completed in 512 milliseconds