Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1381 MCSymbol *FallthroughLabel; in LowerPATCHABLE_TAIL_CALL() local
1393 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1860 MCSymbol *FallthroughLabel; in emitInstruction() local
1880 FallthroughLabel = OutContext.createTempSymbol(); in emitInstruction()
1887 .addExpr(MCSymbolRefExpr::create(FallthroughLabel, OutContext))); in emitInstruction()
1920 OutStreamer->emitLabel(FallthroughLabel); in emitInstruction()