Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp7199 StringRef InlineThresh = in ConstructJob() local
7201 if (!InlineThresh.empty()) { in ConstructJob()
7203 std::string("-inline-threshold=") + InlineThresh.str(); in ConstructJob()