Searched refs:addULEB128 (Results 1 – 3 of 3) sorted by relevance
55 void DIEHash::addULEB128(uint64_t Value) { in addULEB128() function in DIEHash104 addULEB128('C'); in addParentContext()107 addULEB128(Die.getTag()); in addParentContext()187 addULEB128('N'); in hashShallowTypeReference()190 addULEB128(Attribute); in hashShallowTypeReference()197 addULEB128('E'); in hashShallowTypeReference()214 addULEB128('R'); in hashRepeatedTypeReference()216 addULEB128(Attribute); in hashRepeatedTypeReference()220 addULEB128(DieNumber); in hashRepeatedTypeReference()254 addULEB128('T'); in hashDIEEntry()[all …]
110 void addULEB128(uint64_t Value);
71 Hash.addULEB128(DWord); in EmitULEB128()