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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 98 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
AArch64MCInstLower.cpp 149 assert(TargetTriple.isOSBinFormatELF() && "Expect Darwin or ELF target");
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 96 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 68 assert(TheTriple.isOSBinFormatELF() && "Only expect Darwin or ELF");
84 assert((TheTriple.isOSBinFormatELF() || TheTriple.isOSBinFormatMachO()) &&
AArch64AsmBackend.cpp 553 assert(TheTriple.isOSBinFormatELF() && "Expect either MachO or ELF target");
562 assert(TheTriple.isOSBinFormatELF() &&
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 141 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 270 } else if (TheTriple.isOSBinFormatELF()) {
390 else if (TheTriple.isOSBinFormatELF())
X86AsmBackend.cpp 813 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
834 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
  /external/llvm/include/llvm/ADT/
Triple.h 396 bool isOSBinFormatELF() 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(); }
X86ISelLowering.cpp 203 if (TT.isOSBinFormatELF())
    [all...]
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 287 if (triple.isOSBinFormatELF())
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 831 assert(TheTriple.isOSBinFormatELF() && "using ELF for non-ELF target");
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 163 milliseconds