Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp636 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument
684 if (RangesSectionSymbol) { in EmitGenDwarfInfo()
690 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()
847 MCSymbol *RangesSectionSymbol = NULL; in Emit() local
877 RangesSectionSymbol = context.CreateTempSymbol(); in Emit()
878 MCOS->EmitLabel(RangesSectionSymbol); in Emit()
882 assert((RangesSectionSymbol != NULL) || !UseRangesSection); in Emit()
897 RangesSectionSymbol); in Emit()