Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHexagon.cpp232 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in ConstructJob()
342 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in constructHexagonLinkArgs()
522 Optional<unsigned> HexagonToolChain::getSmallDataThreshold( in getSmallDataThreshold() function in HexagonToolChain
571 if (auto G = getSmallDataThreshold(Args)) in getHexagonLibraryPaths()
H A DHexagon.h110 static Optional<unsigned> getSmallDataThreshold(
H A DClang.cpp2342 if (auto G = toolchains::HexagonToolChain::getSmallDataThreshold(Args)) { in AddHexagonTargetArgs()