Home
last modified time | relevance | path

Searched refs:isPPC32 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h763 bool isPPC32() const { in isPPC32() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp384 Triple.isPPC32()) && in FreeBSD()
H A DLinux.cpp165 if (Triple.getArch() == llvm::Triple::x86 || Triple.isPPC32() || in getOSLibDir()
H A DClang.cpp4855 if (!TC.getTriple().isPPC32()) { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1493 T.isPPC32() ? OPT_maix_struct_return : OPT_fpcc_struct_return; in GenerateCodeGenArgs()
1497 T.isPPC32() ? OPT_msvr4_struct_return : OPT_freg_struct_return; in GenerateCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp4845 assert(Triple.isPPC32()); in isStructReturnInRegABI()