Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
147 MCSymbol *SectionSymbol = getContext().getOrCreateSectionSymbol(*SectionELF); in ChangeSection() local148 if (SectionSymbol->isUndefined()) { in ChangeSection()149 EmitLabel(SectionSymbol); in ChangeSection()150 MCELF::SetType(Asm.getSymbolData(*SectionSymbol), ELF::STT_SECTION); in ChangeSection()
853 MCSymbol *SectionSymbol = in RecordRelocation() local856 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend); in RecordRelocation()