Searched refs:addULEB128 (Results 1 – 3 of 3) sorted by relevance
52 void DIEHash::addULEB128(uint64_t Value) { in addULEB128() function in DIEHash97 addULEB128('C'); in addParentContext()100 addULEB128(Die->getTag()); in addParentContext()132 addULEB128('N'); in hashShallowTypeReference()135 addULEB128(Attribute); in hashShallowTypeReference()142 addULEB128('E'); in hashShallowTypeReference()159 addULEB128('R'); in hashRepeatedTypeReference()161 addULEB128(Attribute); in hashRepeatedTypeReference()165 addULEB128(DieNumber); in hashRepeatedTypeReference()199 addULEB128('T'); in hashDIEEntry()[all …]
60 void addULEB128(uint64_t Value);
82 Hash.addULEB128(DWord); in emitULEB128()