Searched refs:DotSym (Results 1 – 4 of 4) sorted by relevance
626 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local627 OutStreamer->emitLabel(DotSym); in emitInstruction()629 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()639 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local640 OutStreamer->emitLabel(DotSym); in emitInstruction()642 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()672 MCSymbol *DotSym = nullptr; in emitInstruction() local679 DotSym = I->second; in emitInstruction()681 TS->EXRLTargets2Sym[ET_STI] = DotSym = OutContext.createTempSymbol(); in emitInstruction()682 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()[all …]
233 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local234 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()235 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
2344 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local2345 OutStreamer->emitLabel(DotSym); in emitInstruction()2350 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
984 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local985 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()986 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()