Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h111 virtual void emitValue(const MCExpr *Value);
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCStreamer.cpp67 void MCTargetStreamer::emitValue(const MCExpr *Value) { in emitValue() function in MCTargetStreamer
H A DMCAsmStreamer.cpp978 TS->emitValue(Value); in EmitValueImpl()