Lines Matching refs:writeULEB128
120 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()
1473 SHeader.sh_size += CBA.writeULEB128(ID) + CBA.writeULEB128(BrProb); in writeSectionContent()
1727 CBA.writeULEB128(toSymbolIndex(Sym, Section.Name, /*IsDynamic=*/false)); in writeSectionContent()