Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h115 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h103 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h211 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h267 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h286 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h311 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h303 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function