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

1 2

  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 118 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 533 assert(TheTriple.isOSBinFormatELF() && "Expect either MachO or ELF target");
543 assert(TheTriple.isOSBinFormatELF() &&
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 42 if (TT.isOSBinFormatELF())
209 if (Triple(TM->getTargetTriple()).isOSBinFormatELF() &&
X86Subtarget.h 397 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
X86AsmPrinter.cpp 725 if (TT.isOSBinFormatELF())
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 116 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
AArch64MCInstLower.cpp 159 assert(TargetTriple.isOSBinFormatELF() && "Expect Darwin or ELF target");
AArch64TargetMachine.cpp 268 if (Triple(TM->getTargetTriple()).isOSBinFormatELF() &&
AArch64RegisterInfo.cpp 73 assert(TT.isOSBinFormatELF() && "only expect Darwin or ELF TLS");
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 128 } else if (TheTriple.isOSBinFormatELF()) {
227 else if (TheTriple.isOSBinFormatELF())
X86AsmBackend.cpp 798 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
819 if (TheTriple.isOSWindows() && !TheTriple.isOSBinFormatELF())
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 265 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 134 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/llvm/include/llvm/ADT/
Triple.h 461 bool isOSBinFormatELF() const {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 359 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
ARMTargetMachine.cpp 356 if (Triple(TM->getTargetTriple()).isOSBinFormatELF() &&
ARMAsmPrinter.cpp 442 if (TT.isOSBinFormatELF())
    [all...]
  /external/lldb/source/Expression/
IRExecutionUnit.cpp 287 if (triple.isOSBinFormatELF())
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 774 assert(TheTriple.isOSBinFormatELF() && "using ELF for non-ELF target");
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
ItaniumCXXABI.cpp     [all...]

Completed in 1017 milliseconds

1 2