Searched refs:hasPPCAbiArg (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DPPC.h23 bool hasPPCAbiArg(const llvm::opt::ArgList &Args, const char *Value);
H A DPPC.cpp165 bool ppc::hasPPCAbiArg(const ArgList &Args, const char *Value) { function in class:ppc
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp501 (tools::ppc::hasPPCAbiArg(Args, "elfv2")) ? "ld64.so.2" : "ld64.so.1";
506 (tools::ppc::hasPPCAbiArg(Args, "elfv1")) ? "ld64.so.1" : "ld64.so.2";

Completed in 103 milliseconds