Searched refs:useRangesSection (Results 1 – 3 of 3) sorted by relevance
632 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
901 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()2401 assert(useRangesSection()); in emitDebugRanges()2431 assert(useRangesSection()); in emitDebugRangesDWO()
455 if (Ranges.size() == 1 || !DD->useRangesSection()) { in attachRangesOrLowHighPC()