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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h122 void EmitULEB128Value(const MCExpr *Value) override;
H A DMCStreamer.h666 virtual void EmitULEB128Value(const MCExpr *Value);
670 /// Special case of EmitULEB128Value that avoids the client having to
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp144 /// EmitULEB128IntValue - Special case of EmitULEB128Value that avoids the
1048 EmitULEB128Value(Diff);
1086 void MCStreamer::EmitULEB128Value(const MCExpr *Value) {} function in class:MCStreamer
H A DMCObjectStreamer.cpp312 void MCObjectStreamer::EmitULEB128Value(const MCExpr *Value) { function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp200 void EmitULEB128Value(const MCExpr *Value) override;
1034 void MCAsmStreamer::EmitULEB128Value(const MCExpr *Value) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4836 getStreamer().EmitULEB128Value(Value);

Completed in 176 milliseconds