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.h362 bool UseRangesSection = true; variable
693 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp408 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1162 const bool UseRangesSection = in Emit() local
1165 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1183 if (UseRangesSection) { in Emit()