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

/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h48 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::AArch64Subtarget
/external/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h58 bool isTargetELF() const { return TargetTriple.isOSBinFormatELF(); } function in class:llvm::SystemZSubtarget
/external/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.cpp69 AMDGPUSubtarget::isTargetELF() const { function in class:AMDGPUSubtarget
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h282 bool isTargetELF() const { return !isTargetDarwin(); } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h310 bool isTargetELF() const { function in class:llvm::X86Subtarget

Completed in 932 milliseconds