Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp987 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
988 getStreamer().emitLabel(SectionStartSym); in Run()
989 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()