Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp985 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
986 getStreamer().emitLabel(SectionStartSym); in Run()
987 Sec->setBeginSymbol(SectionStartSym); in Run()
H A DMasmParser.cpp1337 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
1338 getStreamer().emitLabel(SectionStartSym); in Run()
1339 Sec->setBeginSymbol(SectionStartSym); in Run()