Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp634 const MCSymbol *AbbrevSectionSymbol, in EmitGenDwarfInfo() argument
660 if (AbbrevSectionSymbol == nullptr) in EmitGenDwarfInfo()
663 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4, in EmitGenDwarfInfo()
845 MCSymbol *AbbrevSectionSymbol = nullptr; in Emit() local
871 AbbrevSectionSymbol = context.CreateTempSymbol(); in Emit()
872 MCOS->EmitLabel(AbbrevSectionSymbol); in Emit()
896 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol, in Emit()