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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp394 uint64_t StrSizeLength = encodeULEB128(Str.size(), NullOS); local
395 uint64_t Offset = W->OS.tell() + StrSizeLength + Str.size();
400 assert((StrSizeLength + Paddings) <= 5 && "too long string to align");
402 encodeSLEB128(Str.size(), W->OS, StrSizeLength + Paddings);

Completed in 133 milliseconds