Searched refs:SectionStartSymbol (Results 1 – 2 of 2) sorted by relevance
533 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local534 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()535 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()
642 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local643 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()644 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()