Searched refs:FallthroughLabel (Results 1 – 2 of 2) sorted by relevance
1381 MCSymbol *FallthroughLabel; in LowerPATCHABLE_TAIL_CALL() local1393 FallthroughLabel = OutContext.createTempSymbol(); in LowerPATCHABLE_TAIL_CALL()1397 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext)) in LowerPATCHABLE_TAIL_CALL()1435 OutStreamer->emitLabel(FallthroughLabel); in LowerPATCHABLE_TAIL_CALL()
1860 MCSymbol *FallthroughLabel; in emitInstruction() local1880 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()1887 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()1920 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()