Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2699 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local
2700 const MCExpr *RGSuccExpr = MCSymbolRefExpr::create(RGSuccSym, OutContext); in emitInstruction()
2726 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()
2731 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local
2732 const MCExpr *RGSuccExpr = MCSymbolRefExpr::create(RGSuccSym, OutContext); in emitInstruction()
2737 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1667 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local
1671 .addExpr(MCSymbolRefExpr::create(RGSuccSym, OutContext))); in emitInstruction()
1673 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()