Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp120 unsigned writeULEB128(uint64_t Val) { in writeULEB128() function in __anone951591a0111::ContiguousBlobAccumulator
1298 CBA.writeULEB128(Section.Relocations->size() * 8 + ELF::CREL_HDR_ADDEND + in writeSectionContent()
1318 CBA.writeULEB128(DeltaOffset >> 4); in writeSectionContent()
1434 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(E.Size); in writeSectionContent()
1488 SHeader.sh_size += CBA.writeULEB128(NumBBRanges); in writeSectionContent()
1501 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(NumBlocks); in writeSectionContent()
1508 SHeader.sh_size += CBA.writeULEB128(BBE.ID); in writeSectionContent()
1509 SHeader.sh_size += CBA.writeULEB128(BBE.AddressOffset); in writeSectionContent()
1510 SHeader.sh_size += CBA.writeULEB128(BBE.Size); in writeSectionContent()
1511 SHeader.sh_size += CBA.writeULEB128(BBE.Metadata); in writeSectionContent()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp35 Error BinaryStreamWriter::writeULEB128(uint64_t Value) { in writeULEB128() function in BinaryStreamWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h80 Error writeULEB128(uint64_t Value);