Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1576 MCSymbol *FallthroughLabel; in emitInstruction() local
1596 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1603 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1636 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()