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.cpp7719 StringRef InlineThresh = in ConstructJob() local
7721 if (!InlineThresh.empty()) { in ConstructJob()
7723 std::string("-inline-threshold=") + InlineThresh.str(); in ConstructJob()