Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h429 bool UseRangesSection = true; variable
763 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp391 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1167 const bool UseRangesSection = in Emit()
1170 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1188 if (UseRangesSection) { in Emit()
1161 const bool UseRangesSection = Emit() local