Searched refs:encodeSLEB128 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DLEB128.h23 inline void encodeSLEB128(int64_t Value, raw_ostream &OS) { function in namespace:llvm
/external/llvm/unittests/Support/
H A DLEB128Test.cpp22 /* encodeSLEB128(uint64_t, raw_ostream &) */ \
26 encodeSLEB128(VALUE, Stream); \
/external/llvm/lib/MC/
H A DMCStreamer.cpp136 encodeSLEB128(Value, OSE);
H A DMCAssembler.cpp1005 encodeSLEB128(Value, OSE);
H A DMCDwarf.cpp461 encodeSLEB128(LineDelta, OS);

Completed in 115 milliseconds