Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp163 static cl::opt<unsigned> MaxDataRelocations( variable
2641 if (opts::MaxDataRelocations && in readRelocations()
2642 NumDataRelocations + 1 == opts::MaxDataRelocations) { in readRelocations()
2649 return (!opts::MaxDataRelocations || in readRelocations()
2650 NumDataRelocations < opts::MaxDataRelocations); in readRelocations()