Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp52 void DIEHash::addULEB128(uint64_t Value) { in addULEB128() function in DIEHash
97 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 …]
H A DDIEHash.h60 void addULEB128(uint64_t Value);
H A DByteStreamer.h82 Hash.addULEB128(DWord); in emitULEB128()