Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp965 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
966 getStreamer().emitLabel(SectionStartSym); in Run()
967 Sec->setBeginSymbol(SectionStartSym); in Run()
H A DMasmParser.cpp1229 MCSymbol *SectionStartSym = getContext().createTempSymbol(); in Run() local
1230 getStreamer().emitLabel(SectionStartSym); in Run()
1231 Sec->setBeginSymbol(SectionStartSym); in Run()