Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h65 Hash.addSLEB128(DWord); in EmitSLEB128()
DDIEHash.h123 void addSLEB128(int64_t Value);
DDIEHash.cpp73 void DIEHash::addSLEB128(int64_t Value) { in addSLEB128() function in DIEHash
325 addSLEB128((int64_t)cast<DIEInteger>(Value)->getValue()); in hashAttribute()