Searched defs:isTargetELF (Results 1 - 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZSubtarget.h | 122 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::SystemZSubtarget |
/external/llvm/lib/Target/AArch64/ | ||
H A D | AArch64Subtarget.h | 139 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::AArch64Subtarget |
/external/llvm/lib/Target/AMDGPU/ | ||
H A D | AMDGPUSubtarget.h | 265 bool isTargetELF() const { function in class:llvm::AMDGPUSubtarget |
/external/llvm/lib/Target/PowerPC/ | ||
H A D | PPCSubtarget.h | 272 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::PPCSubtarget |
/external/llvm/lib/Target/ARM/ | ||
H A D | ARMSubtarget.h | 385 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::ARMSubtarget |
/external/llvm/lib/Target/X86/ | ||
H A D | X86Subtarget.h | 419 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::final |
Completed in 402 milliseconds