Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp120 unsigned writeULEB128(uint64_t Val) { in writeULEB128() function in __anone0ba05900111::ContiguousBlobAccumulator
1386 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(E.Size); in writeSectionContent()
1436 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(NumBlocks); in writeSectionContent()
1441 SHeader.sh_size += CBA.writeULEB128(BBE.ID); in writeSectionContent()
1442 SHeader.sh_size += CBA.writeULEB128(BBE.AddressOffset) + in writeSectionContent()
1443 CBA.writeULEB128(BBE.Size) + in writeSectionContent()
1444 CBA.writeULEB128(BBE.Metadata); in writeSectionContent()
1453 SHeader.sh_size += CBA.writeULEB128(*PGOEntry.FuncEntryCount); in writeSectionContent()
1469 SHeader.sh_size += CBA.writeULEB128(*PGOBBE.BBFreq); in writeSectionContent()
1471 SHeader.sh_size += CBA.writeULEB128(PGOBBE.Successors->size()); in writeSectionContent()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp35 Error BinaryStreamWriter::writeULEB128(uint64_t Value) { in writeULEB128() function in BinaryStreamWriter
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h80 Error writeULEB128(uint64_t Value);