Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h63 void addSLEB128(int64_t Value);
H A DDIEHash.cpp63 void DIEHash::addSLEB128(int64_t Value) { in addSLEB128() function in DIEHash
279 addSLEB128((int64_t)Value.getDIEInteger().getValue()); in hashAttribute()
H A DByteStreamer.h78 Hash.addSLEB128(DWord); in emitSLEB128()