Searched refs:EmitSLEB128Value (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCObjectStreamer.h70 virtual void EmitSLEB128Value(const MCExpr *Value);
H A DMCStreamer.h379 virtual void EmitSLEB128Value(const MCExpr *Value) = 0;
386 /// EmitSLEB128Value - Special case of EmitSLEB128Value that avoids the
/external/llvm/lib/MC/
H A DMCNullStreamer.cpp74 virtual void EmitSLEB128Value(const MCExpr *Value) {} function in class:__anon8789::MCNullStreamer
H A DMCObjectStreamer.cpp141 void MCObjectStreamer::EmitSLEB128Value(const MCExpr *Value) { function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp188 virtual void EmitSLEB128Value(const MCExpr *Value);
679 void MCAsmStreamer::EmitSLEB128Value(const MCExpr *Value) { function in class:MCAsmStreamer
/external/llvm/tools/lto/
H A DLTOModule.cpp775 virtual void EmitSLEB128Value(const MCExpr *Value) {} function in class:__anon9218::RecordStreamer
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3194 getStreamer().EmitSLEB128Value(Value);

Completed in 95 milliseconds