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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVESubtarget.h81 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::VESubtarget
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h120 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::SparcSubtarget
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h339 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::PPCSubtarget
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h484 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::final
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h748 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::ARMSubtarget
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h838 bool isTargetLinux() const { return TargetTriple.isOSLinux(); } function in class:llvm::final

Completed in 131 milliseconds