Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHexagon.cpp157 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in ConstructJob()
264 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in constructHexagonLinkArgs()
436 Optional<unsigned> HexagonToolChain::getSmallDataThreshold( in getSmallDataThreshold() function in HexagonToolChain
479 if (auto G = getSmallDataThreshold(Args)) in getHexagonLibraryPaths()
H A DHexagon.h111 static Optional<unsigned> getSmallDataThreshold(
H A DClang.cpp2216 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in AddHexagonTargetArgs()