Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZAsmPrinter.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-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYAsmPrinter.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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.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-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp984 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitMachineConstantPoolValue() local
985 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
986 const MCExpr *DotExpr = MCSymbolRefExpr::create(DotSym, OutContext); in emitMachineConstantPoolValue()