Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHexagon.cpp233 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in ConstructJob()
343 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in constructHexagonLinkArgs()
524 HexagonToolChain::getSmallDataThreshold(const ArgList &Args) { in getSmallDataThreshold() function in HexagonToolChain
572 if (auto G = getSmallDataThreshold(Args)) in getHexagonLibraryPaths()
H A DHexagon.h111 getSmallDataThreshold(const llvm::opt::ArgList &Args);
H A DClang.cpp2267 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in AddHexagonTargetArgs()