Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h365 bool UseRangesSection = true; variable
672 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
DDwarfDebug.cpp391 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1160 const bool UseRangesSection = in Emit() local
1163 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1175 if (UseRangesSection) { in Emit()
1183 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()
1190 if (UseRangesSection) in Emit()