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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp637 const MCSymbol *AbbrevSectionSymbol,
663 if (AbbrevSectionSymbol == nullptr)
666 MCOS->EmitSymbolValue(AbbrevSectionSymbol, 4,
847 MCSymbol *AbbrevSectionSymbol = nullptr; local
873 AbbrevSectionSymbol = context.createTempSymbol();
874 MCOS->EmitLabel(AbbrevSectionSymbol);
898 EmitGenDwarfInfo(MCOS, AbbrevSectionSymbol, LineSectionSymbol,
636 EmitGenDwarfInfo(MCStreamer *MCOS, const MCSymbol *AbbrevSectionSymbol, const MCSymbol *LineSectionSymbol, const MCSymbol *RangesSectionSymbol) argument

Completed in 47 milliseconds