Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1424 MCSymbol *FallthroughLabel; in emitInstruction() local
1444 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1451 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1484 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()