Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHexagon.cpp152 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in ConstructJob()
252 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in constructHexagonLinkArgs()
397 Optional<unsigned> HexagonToolChain::getSmallDataThreshold( in getSmallDataThreshold() function in HexagonToolChain
440 if (auto G = getSmallDataThreshold(Args)) in getHexagonLibraryPaths()
H A DHexagon.h104 static Optional<unsigned> getSmallDataThreshold(
H A DClang.cpp1887 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in AddHexagonTargetArgs()