Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp689 MCSymbol *SectionStartSymbol = getContext().createTempSymbol(); in ParseSectionArguments() local
690 getStreamer().emitLabel(SectionStartSymbol); in ParseSectionArguments()
691 Section->setBeginSymbol(SectionStartSymbol); in ParseSectionArguments()