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

1 2

  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 62 assert(TheTriple.isOSBinFormatELF() && "Only expect Darwin or ELF");
76 assert((TT.isOSBinFormatELF() || TT.isOSBinFormatMachO()) &&
AArch64ELFStreamer.cpp 213 if (TT.isOSBinFormatELF())
AArch64AsmBackend.cpp 581 assert(TheTriple.isOSBinFormatELF() && "Expect either MachO or ELF target");
590 assert(TheTriple.isOSBinFormatELF() &&
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 125 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 165 if (!TheTriple.isOSBinFormatELF())
LanaiMCTargetDesc.cpp 60 if (!T.isOSBinFormatELF())
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_aot_test_helper.cc 93 if (triple.isOSBinFormatELF()) {
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 55 if (TT.isOSBinFormatELF())
283 if (TM->getTargetTriple().isOSBinFormatELF() &&
X86Subtarget.h 470 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 223 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
AArch64MCInstLower.cpp 159 assert(TargetTriple.isOSBinFormatELF() && "Expect Darwin or ELF target");
AArch64RegisterInfo.cpp 97 assert(TT.isOSBinFormatELF() && "only expect Darwin or ELF TLS");
AArch64TargetMachine.cpp 365 if (TM->getTargetTriple().isOSBinFormatELF() &&
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 288 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/llvm/lib/Target/
TargetMachine.cpp 133 assert(TT.isOSBinFormatELF());
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 132 if (Tuple.isOSWindows() && !Tuple.isOSBinFormatELF()) {
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 217 if (TT.isOSBinFormatELF())
  /external/llvm/include/llvm/ADT/
Triple.h 548 bool isOSBinFormatELF() const {
  /external/llvm/lib/IR/
Globals.cpp 209 (!Parent || Triple(Parent->getTargetTriple()).isOSBinFormatELF());
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 495 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 565 bool isOSBinFormatELF() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 568 bool isOSBinFormatELF() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 568 bool isOSBinFormatELF() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Triple.h 577 bool isOSBinFormatELF() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Triple.h 577 bool isOSBinFormatELF() const {

Completed in 1154 milliseconds

1 2