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

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

Completed in 80 milliseconds