Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp7045 StringRef InlineThresh = in ConstructJob() local
7047 if (!InlineThresh.empty()) { in ConstructJob()
7049 std::string("-inline-threshold=") + InlineThresh.str(); in ConstructJob()