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

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 96 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 98 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 156 bool isTargetELF() const {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 360 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 369 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }

Completed in 105 milliseconds