Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h98 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h286 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h298 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h341 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h508 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h754 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h839 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } in isTargetELF() function