Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp633 const MCSymbol *AbbrevSectionSymbol, in EmitGenDwarfInfo() argument
659 if (AbbrevSectionSymbol == nullptr) in EmitGenDwarfInfo()
662 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4, in EmitGenDwarfInfo()
843 MCSymbol *AbbrevSectionSymbol = nullptr; in Emit() local
869 AbbrevSectionSymbol = context.createTempSymbol(); in Emit()
870 MCOS->EmitLabel(AbbrevSectionSymbol); in Emit()
894 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, in Emit()