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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 48 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 58 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/include/llvm/ADT/
Triple.h 332 bool isOSBinFormatELF() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 312 TargetTriple.isOSBinFormatELF());
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 392 else if (TheTriple.isOSBinFormatELF())
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 827 milliseconds