Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCELFStreamer.cpp147 MCSymbol *SectionSymbol = getContext().getOrCreateSectionSymbol(*SectionELF); in ChangeSection() local
148 if (SectionSymbol->isUndefined()) { in ChangeSection()
149 EmitLabel(SectionSymbol); in ChangeSection()
150 MCELF::SetType(Asm.getSymbolData(*SectionSymbol), ELF::STT_SECTION); in ChangeSection()
DELFObjectWriter.cpp853 MCSymbol *SectionSymbol = in RecordRelocation() local
856 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend); in RecordRelocation()