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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp55 void DIEHash::addULEB128(uint64_t Value) { function in class:DIEHash
104 addULEB128('C');
107 addULEB128(Die.getTag());
187 addULEB128('N');
190 addULEB128(Attribute);
197 addULEB128('E');
214 addULEB128('R');
216 addULEB128(Attribute);
220 addULEB128(DieNumber);
254 addULEB128('
[all...]
H A DByteStreamer.h70 Hash.addULEB128(DWord);
H A DDIEHash.h110 void addULEB128(uint64_t Value);

Completed in 103 milliseconds