Home
last modified time | relevance | path

Searched refs:getSystemZFloatABI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSystemZ.cpp21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, in getSystemZFloatABI() function in systemz
71 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args); in getSystemZTargetFeatures()
H A DSystemZ.h28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2259 systemz::getSystemZFloatABI(getToolChain().getDriver(), Args); in AddSystemZTargetArgs()