Home
last modified time | relevance | path

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

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