Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h273 bool UseRangesSection = true; variable
550 bool useRangesSection() const { return UseRangesSection; } in useRangesSection()
DDwarfDebug.cpp359 UseRangesSection = !NoDwarfRangesSection && !TT.isNVPTX(); in DwarfDebug()
/external/llvm/lib/MC/
DMCDwarf.cpp864 const bool UseRangesSection = in Emit() local
867 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
879 if (UseRangesSection) { in Emit()
887 assert((RangesSectionSymbol != NULL) || !UseRangesSection); in Emit()
894 if (UseRangesSection) in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1148 const bool UseRangesSection = in Emit() local
1151 CreateDwarfSectionSymbols |= UseRangesSection; in Emit()
1163 if (UseRangesSection) { in Emit()
1171 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()
1178 if (UseRangesSection) in Emit()