Home
last modified time | relevance | path

Searched refs:PCLabel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp74 MCSymbol *PCLabel = OutContext.getOrCreateSymbol( in expandTLSLA() local
78 OutStreamer->emitLabel(PCLabel); in expandTLSLA()
89 .addSym(PCLabel); in expandTLSLA()
222 MCSymbol *PCLabel = OutContext.getOrCreateSymbol( in emitMachineConstantPoolValue() local
226 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in emitMachineConstantPoolValue()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp957 MCSymbol *PCLabel = in emitMachineConstantPoolValue() local
960 const MCExpr *PCRelExpr = MCSymbolRefExpr::create(PCLabel, OutContext); in emitMachineConstantPoolValue()