Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h349 bool UseRangesSection = true; variable
632 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp354 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1145 const bool UseRangesSection = in Emit() local
1148 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1160 if (UseRangesSection) { in Emit()
1168 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()
1175 if (UseRangesSection) in Emit()