Searched refs:emitLiteral (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaTargetStreamer.h | 26 virtual void emitLiteral(MCSymbol *LblSym, const MCExpr *Value, 41 void emitLiteral(MCSymbol *LblSym, const MCExpr *Value, 51 void emitLiteral(MCSymbol *LblSym, const MCExpr *Value,
|
H A D | XtensaTargetStreamer.cpp | 53 void XtensaTargetAsmStreamer::emitLiteral(MCSymbol *LblSym, const MCExpr *Value, in emitLiteral() function in XtensaTargetAsmStreamer 83 void XtensaTargetELFStreamer::emitLiteral(MCSymbol *LblSym, const MCExpr *Value, in emitLiteral() function in XtensaTargetELFStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaAsmPrinter.cpp | 101 TS->emitLiteral(LblSym, Expr, false); in emitMachineConstantPoolValue() 130 TS->emitLiteral(LblSym, Value, false); in emitMachineConstantPoolEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 400 TS.emitLiteral(Sym, Value, true, IDLoc); in processInstruction() 417 TS.emitLiteral(Sym, Value, true, IDLoc); in processInstruction() 796 TS.emitLiteral(Sym, Value, true, LiteralLoc); in parseLiteralDirective()
|