Home
last modified time | relevance | path

Searched refs:RangesSectionSymbol (Results 1 – 1 of 1) 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()