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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp664 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); local
665 getStreamer().emitLabel(SectionStartSymbol);
666 Section->setBeginSymbol(SectionStartSymbol);

Completed in 57 milliseconds