Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp97 addULEB128('C'); in addParentContext()
132 addULEB128('N'); in hashShallowTypeReference()
142 addULEB128('E'); in hashShallowTypeReference()
159 addULEB128('R'); in hashRepeatedTypeReference()
199 addULEB128('T'); in hashDIEEntry()
212 addULEB128('R'); in hashRawTypeReference()
217 addULEB128('T'); in hashRawTypeReference()
269 addULEB128('A'); in hashAttribute()
294 addULEB128('A'); in hashAttribute()
356 addULEB128('S'); in hashNestedType()
[all …]
H A DDIEHash.h60 void addULEB128(uint64_t Value);
H A DByteStreamer.h82 Hash.addULEB128(DWord); in emitULEB128()