Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h707 bool useRangesSection() const { return UseRangesSection; } in useRangesSection() function
H A DDwarfDebug.cpp1356 if (NumRanges > 1 && useRangesSection()) in finalizeModuleInfo()
3011 assert(useRangesSection()); in emitDebugRangesImpl()
H A DDwarfCompileUnit.cpp595 if (!DD->useRangesSection() || in attachRangesOrLowHighPC()