Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
DSystemZ.cpp21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, in getSystemZFloatABI() function in systemz
71 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args); in getSystemZTargetFeatures()
DSystemZ.h28 FloatABI getSystemZFloatABI(const Driver &D, const llvm::opt::ArgList &Args);
/openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/
DClang.cpp2162 systemz::getSystemZFloatABI(getToolChain().getDriver(), Args); in AddSystemZTargetArgs()