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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 118 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 116 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 232 bool isTargetELF() const {
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 265 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 359 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 397 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }

Completed in 75 milliseconds