Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp564 const MCSymbol *InfoSectionSymbol) { in EmitGenDwarfAranges() argument
598 if (InfoSectionSymbol) in EmitGenDwarfAranges()
599 MCOS->EmitSymbolValue(InfoSectionSymbol, 4); in EmitGenDwarfAranges()
850 MCSymbol *InfoSectionSymbol = nullptr; in Emit() local
869 InfoSectionSymbol = context.CreateTempSymbol(); in Emit()
870 MCOS->EmitLabel(InfoSectionSymbol); in Emit()
890 EmitGenDwarfAranges(MCOS, InfoSectionSymbol); in Emit()