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.cpp117 unsigned writeULEB128(uint64_t Val) { in writeULEB128() function in __anone951591a0111::ContiguousBlobAccumulator
1291 CBA.writeULEB128(Section.Relocations->size() * 8 + ELF::CREL_HDR_ADDEND + in writeSectionContent()
1311 CBA.writeULEB128(DeltaOffset >> 4); in writeSectionContent()
1427 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(E.Size); in writeSectionContent()
1481 SHeader.sh_size += CBA.writeULEB128(NumBBRanges); in writeSectionContent()
1496 SHeader.sh_size += sizeof(uintX_t) + CBA.writeULEB128(NumBlocks); in writeSectionContent()
1503 SHeader.sh_size += CBA.writeULEB128(BBE.ID); in writeSectionContent()
1504 SHeader.sh_size += CBA.writeULEB128(BBE.AddressOffset); in writeSectionContent()
1508 SHeader.sh_size += CBA.writeULEB128(NumCallsiteOffsets); in writeSectionContent()
1511 SHeader.sh_size += CBA.writeULEB128(Offset); 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.h81 LLVM_ABI Error writeULEB128(uint64_t Value);