Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1635 MCSymbol *FallthroughLabel; in emitInstruction() local
1655 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1662 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1695 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()