Home
last modified time | relevance | path

Searched defs:isTargetELF (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kSubtarget.h98 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h295 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h250 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.h276 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSubtarget.h301 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h374 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h363 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function