Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp635 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument
683 if (RangesSectionSymbol) { in EmitGenDwarfInfo()
689 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()
845 MCSymbol *RangesSectionSymbol = nullptr; in Emit() local
875 RangesSectionSymbol = context.createTempSymbol(); in Emit()
876 MCOS->EmitLabel(RangesSectionSymbol); in Emit()
880 assert((RangesSectionSymbol != NULL) || !UseRangesSection); in Emit()
895 RangesSectionSymbol); in Emit()