Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1724 MCSymbol *LocalEntryLabel = PPCFI->getLocalEPSymbol(*MF); in emitFunctionBodyStart() local
1725 OutStreamer->emitLabel(LocalEntryLabel); in emitFunctionBodyStart()
1727 MCSymbolRefExpr::create(LocalEntryLabel, OutContext); in emitFunctionBodyStart()