Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h363 bool UseRangesSection = true; variable
707 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
H A DDwarfDebug.cpp411 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1180 const bool UseRangesSection = in Emit() local
1183 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1201 if (UseRangesSection) { in Emit()