Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp55 void DIEHash::addULEB128(uint64_t Value) { in addULEB128() function in DIEHash
104 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 …]
DByteStreamer.h70 Hash.addULEB128(DWord); in EmitULEB128()
DDIEHash.h110 void addULEB128(uint64_t Value);