Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1504 MCSymbol *FallthroughLabel; in emitInstruction() local
1524 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1531 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1564 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()