Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.h113 void addSLEB128(int64_t Value);
DByteStreamer.h68 Hash.addSLEB128(DWord); in EmitSLEB128()
DDIEHash.cpp66 void DIEHash::addSLEB128(int64_t Value) { in addSLEB128() function in DIEHash
313 addSLEB128((int64_t)Value.getDIEInteger().getValue()); in hashAttribute()