Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp969 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
970 getStreamer().emitLabel(SectionStartSym); in Run()
971 Sec->setBeginSymbol(SectionStartSym); in Run()
H A DMasmParser.cpp1338 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
1339 getStreamer().emitLabel(SectionStartSym); in Run()
1340 Sec->setBeginSymbol(SectionStartSym); in Run()