Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h695 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
H A DDwarfDebug.cpp1360 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
3124 assert(useRangesSection()); in emitDebugRangesImpl()
H A DDwarfCompileUnit.cpp609 if (!DD->useRangesSection() || in attachRangesOrLowHighPC()