Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp708 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
709 getStreamer().emitLabel(SectionStartSymbol); in ParseSectionArguments()
710 Section->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()