Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp989 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
990 getStreamer().emitLabel(SectionStartSym); in Run()
991 Sec->setBeginSymbol(SectionStartSym); in Run()
H A DMasmParser.cpp1357 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
1358 getStreamer().emitLabel(SectionStartSym); in Run()
1359 Sec->setBeginSymbol(SectionStartSym); in Run()