Searched defs:isTargetELF (Results 1 - 3 of 3) 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/ARM/
H A DARMSubtarget.h265 bool isTargetELF() const { return !isTargetDarwin(); } function in class:llvm::ARMSubtarget
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h276 bool isTargetELF() const { function in class:llvm::X86Subtarget

Completed in 1687 milliseconds