Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h364 bool UseRangesSection = true; variable
695 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp409 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1159 const bool UseRangesSection = in Emit() local
1162 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1180 if (UseRangesSection) { in Emit()