Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCDwarf.cpp822 const MCSymbol *InfoSectionSymbol) { in EmitGenDwarfAranges() argument
863 if (InfoSectionSymbol) in EmitGenDwarfAranges()
864 MCOS->emitSymbolValue(InfoSectionSymbol, OffsetSize, in EmitGenDwarfAranges()
1146 MCSymbol *InfoSectionSymbol = nullptr; in Emit() local
1166 InfoSectionSymbol = context.createTempSymbol(); in Emit()
1167 MCOS->emitLabel(InfoSectionSymbol); in Emit()
1178 EmitGenDwarfAranges(MCOS, InfoSectionSymbol); in Emit()