Searched refs:FallthroughLabel (Results 1 – 3 of 3) sorted by relevance
935 MCSymbol *FallthroughLabel = nullptr; in LowerPATCHABLE_RET() local937 FallthroughLabel = OutContext.createTempSymbol(); in LowerPATCHABLE_RET()944 FallthroughLabel, OutContext))); in LowerPATCHABLE_RET()970 if (FallthroughLabel) in LowerPATCHABLE_RET()971 OutStreamer->emitLabel(FallthroughLabel); in LowerPATCHABLE_RET()
1376 MCSymbol *FallthroughLabel; in LowerPATCHABLE_TAIL_CALL() local1388 FallthroughLabel = OutContext.createTempSymbol(); in LowerPATCHABLE_TAIL_CALL()1392 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext)) in LowerPATCHABLE_TAIL_CALL()1430 OutStreamer->emitLabel(FallthroughLabel); in LowerPATCHABLE_TAIL_CALL()
1838 MCSymbol *FallthroughLabel; in emitInstruction() local1858 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()1865 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()1898 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()