Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h704 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
DDwarfDebug.cpp1344 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
3061 assert(useRangesSection()); in emitDebugRangesImpl()
DDwarfCompileUnit.cpp595 if (!DD->useRangesSection() || in attachRangesOrLowHighPC()