Searched refs:DotSym (Results 1 – 3 of 3) sorted by relevance
507 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local508 OutStreamer->emitLabel(DotSym); in emitInstruction()510 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()520 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local521 OutStreamer->emitLabel(DotSym); in emitInstruction()523 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()552 MCSymbol *DotSym = nullptr; in emitInstruction() local558 DotSym = I->second; in emitInstruction()560 EXRLTargets2Sym[ET_STI] = DotSym = OutContext.createTempSymbol(); in emitInstruction()561 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()[all …]
945 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local946 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()947 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
2509 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local2510 OutStreamer->emitLabel(DotSym); in emitInstruction()2515 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()