Home
last modified time | relevance | path

Searched refs:RangesSectionSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCDwarf.cpp642 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument
690 if (RangesSectionSymbol) { in EmitGenDwarfInfo()
696 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()
852 MCSymbol *RangesSectionSymbol = nullptr; in Emit() local
882 RangesSectionSymbol = context.createTempSymbol(); in Emit()
883 MCOS->EmitLabel(RangesSectionSymbol); in Emit()
887 assert((RangesSectionSymbol != NULL) || !UseRangesSection); in Emit()
902 RangesSectionSymbol); in Emit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp922 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument
974 if (RangesSectionSymbol) { in EmitGenDwarfInfo()
980 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()
1136 MCSymbol *RangesSectionSymbol = nullptr; in Emit() local
1166 RangesSectionSymbol = context.createTempSymbol(); in Emit()
1167 MCOS->EmitLabel(RangesSectionSymbol); in Emit()
1171 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()
1186 RangesSectionSymbol); in Emit()