Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp542 MCSymbol *SectionStartSymbol = getContext().CreateTempSymbol(); in ParseSectionArguments() local
543 getStreamer().EmitLabel(SectionStartSymbol); in ParseSectionArguments()
544 InsertResult.first->second.first = SectionStartSymbol; in ParseSectionArguments()