Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp621 MCSymbol *SectionStartSym = getContext().CreateTempSymbol(); in Run() local
622 getStreamer().EmitLabel(SectionStartSym); in Run()
626 InsertResult.first->second.first = SectionStartSym; in Run()