Searched refs:EmitULEB128Value (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h93 void EmitULEB128Value(const MCExpr *Value) override;
H A DMCStreamer.h566 virtual void EmitULEB128Value(const MCExpr *Value);
570 /// EmitULEB128Value - Special case of EmitULEB128Value that avoids the
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp141 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp166 void EmitULEB128Value(const MCExpr *Value) override;
697 void MCAsmStreamer::EmitULEB128Value(const MCExpr *Value) { function in class:MCAsmStreamer
H A DMCStreamer.cpp122 /// EmitULEB128Value - Special case of EmitULEB128Value that avoids the
677 void MCStreamer::EmitULEB128Value(const MCExpr *Value) {} function in class:MCStreamer
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3628 getStreamer().EmitULEB128Value(Value);

Completed in 1576 milliseconds