Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h434 bool UseRangesSection = true; variable
784 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp396 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1202 const bool UseRangesSection = in Emit() local
1205 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1223 if (UseRangesSection) { in Emit()