Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h632 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
H A DDwarfDebug.cpp901 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
2401 assert(useRangesSection()); in emitDebugRanges()
2431 assert(useRangesSection()); in emitDebugRangesDWO()
H A DDwarfCompileUnit.cpp455 if (Ranges.size() == 1 || !DD->useRangesSection()) { in attachRangesOrLowHighPC()