Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h693 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
H A DDwarfDebug.cpp1334 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
3088 assert(useRangesSection()); in emitDebugRangesImpl()
H A DDwarfCompileUnit.cpp607 if (!DD->useRangesSection() || in attachRangesOrLowHighPC()