Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp645 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
646 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
647 ELFSection->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()