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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp35 Error BinaryStreamWriter::writeULEB128(uint64_t Value) { function in class:BinaryStreamWriter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h87 Error writeULEB128(uint64_t Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp117 unsigned writeULEB128(uint64_t Val) { function in class:__anon3755::ContiguousBlobAccumulator
1304 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(E.Size);
1608 CBA.writeULEB128(toSymbolIndex(Sym, Section.Name, /*IsDynamic=*/false));

Completed in 114 milliseconds