Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp626 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
627 OutStreamer->emitLabel(DotSym); in emitInstruction()
629 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
639 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
640 OutStreamer->emitLabel(DotSym); in emitInstruction()
642 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
672 MCSymbol *DotSym = nullptr; in emitInstruction() local
679 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp233 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local
234 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
235 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp2344 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction() local
2345 OutStreamer->emitLabel(DotSym); in emitInstruction()
2350 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp984 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local
985 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
986 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()