Searched defs:isTargetELF (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h122 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::SystemZSubtarget
/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h139 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::AArch64Subtarget
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h265 bool isTargetELF() const { function in class:llvm::AMDGPUSubtarget
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h272 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h385 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h419 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::final

Completed in 402 milliseconds