Lines Matching refs:writeULEB128
120 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()
1519 SHeader.sh_size += CBA.writeULEB128(*PGOEntry.FuncEntryCount); in writeSectionContent()
1535 SHeader.sh_size += CBA.writeULEB128(*PGOBBE.BBFreq); in writeSectionContent()
1537 SHeader.sh_size += CBA.writeULEB128(PGOBBE.Successors->size()); in writeSectionContent()
1539 SHeader.sh_size += CBA.writeULEB128(ID); in writeSectionContent()
1540 SHeader.sh_size += CBA.writeULEB128(BrProb); in writeSectionContent()
1795 CBA.writeULEB128(toSymbolIndex(Sym, Section.Name, /*IsDynamic=*/false)); in writeSectionContent()