Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7486 StringRef InlineThresh = in ConstructJob() local
7488 if (!InlineThresh.empty()) { in ConstructJob()
7490 std::string("-inline-threshold=") + InlineThresh.str(); in ConstructJob()