Home
last modified time | relevance | path

Searched refs:DotSym (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp507 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
508 OutStreamer->emitLabel(DotSym); in emitInstruction()
510 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
520 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
521 OutStreamer->emitLabel(DotSym); in emitInstruction()
523 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
552 MCSymbol *DotSym = nullptr; in emitInstruction() local
558 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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp945 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local
946 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
947 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86MCInstLower.cpp2509 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
2510 OutStreamer->emitLabel(DotSym); in emitInstruction()
2515 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()