Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp724 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
725 getStreamer().emitLabel(SectionStartSymbol); in ParseSectionArguments()
726 Section->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()