Searched refs:MaxDataRelocations (Results 1 – 1 of 1) sorted by relevance
163 static cl::opt<unsigned> MaxDataRelocations( variable2641 if (opts::MaxDataRelocations && in readRelocations()2642 NumDataRelocations + 1 == opts::MaxDataRelocations) { in readRelocations()2649 return (!opts::MaxDataRelocations || in readRelocations()2650 NumDataRelocations < opts::MaxDataRelocations); in readRelocations()