Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h763 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
H A DDwarfDebug.cpp1329 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
3156 assert(useRangesSection()); in emitDebugRangesImpl()
H A DDwarfCompileUnit.cpp655 if (!DD->useRangesSection() || in attachRangesOrLowHighPC()