/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ExportTrie.cpp | 129 uint32_t size = getULEB128Size(info->flags); in getTerminalSize() 131 size += getULEB128Size(info->ordinal) + 1; // + 1 for the null-terminator in getTerminalSize() 133 size += getULEB128Size(info->address); in getTerminalSize() 146 nodeSize = terminalSize + getULEB128Size(terminalSize); in updateOffset() 154 + getULEB128Size(edge.child->offset); // Offset len. in updateOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYELFStreamer.cpp | 142 Result += getULEB128Size(item.Tag); in calculateContentSize() 143 Result += getULEB128Size(item.IntValue); in calculateContentSize() 146 Result += getULEB128Size(item.Tag); in calculateContentSize() 150 Result += getULEB128Size(item.Tag); in calculateContentSize() 151 Result += getULEB128Size(item.IntValue); in calculateContentSize()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 277 CUOffset += getULEB128Size(getAbbrevNumber()); in computeOffsetsAndAbbrevs() 435 return getULEB128Size(Integer); in sizeOf() 688 return getULEB128Size(Entry->getOffset()); in sizeOf() 742 return Size + getULEB128Size(Size); in sizeOf() 793 case dwarf::DW_FORM_block: return Size + getULEB128Size(Size); in sizeOf() 812 return getULEB128Size(Index); in sizeOf()
|
H A D | EHStreamer.cpp | 86 Offset -= getULEB128Size(FilterId); in computeActionsTable() 535 CallSiteTableSize += 12 + getULEB128Size(S.Action); in emitExceptionTable() 542 getULEB128Size(CallSiteTableSize); in emitExceptionTable() 562 getULEB128Size(LSDASizeWithoutAlign); in emitExceptionTable() 571 getULEB128Size(LSDASizeWithAlign); in emitExceptionTable()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | LEB128.cpp | 19 unsigned getULEB128Size(uint64_t Value) { in getULEB128Size() function
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 708 Result += getULEB128Size(Item.Tag); in calculateContentSize() 709 Result += getULEB128Size(Item.IntValue); in calculateContentSize() 712 Result += getULEB128Size(Item.Tag); in calculateContentSize() 716 Result += getULEB128Size(Item.Tag); in calculateContentSize() 717 Result += getULEB128Size(Item.IntValue); in calculateContentSize()
|
H A D | MCDwarf.cpp | 215 unsigned Size = getULEB128Size(Discriminator); in emitOne()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 1079 2 + AddressByteSize + getULEB128Size(AddressByteSize + 1); in emitLineTableRows() 1095 LineSectionSize += 1 + getULEB128Size(FileNum); in emitLineTableRows() 1101 LineSectionSize += 1 + getULEB128Size(Column); in emitLineTableRows() 1106 unsigned Size = getULEB128Size(Discriminator); in emitLineTableRows() 1111 LineSectionSize += /* extended op */ 1 + getULEB128Size(Size + 1) + in emitLineTableRows() 1120 LineSectionSize += 1 + getULEB128Size(Isa); in emitLineTableRows() 1161 LineSectionSize += 1 + getULEB128Size(AddressDelta); in emitLineTableRows()
|
H A D | DWARFLinker.cpp | 753 uint64_t Offset = Die.getOffset() + getULEB128Size(Abbrev->getCode()); in lookForRefDIEsToKeep() 1739 Offset += getULEB128Size(Abbrev->getCode()); in cloneDIE() 1875 uint64_t AbbrevNumberSize = getULEB128Size(Die->getAbbrevNumber()); in cloneDIE()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmWriter.cpp | 31 SectionSize += getULEB128Size(S.Name.size()) + S.Name.size(); in createSectionHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LEB128.h | 224 extern unsigned getULEB128Size(uint64_t Value);
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1271 size += getULEB128Size(attr.first) + getULEB128Size(attr.second); in mergeAttributesSection() 1274 size += getULEB128Size(attr.first) + attr.second.size() + 1; in mergeAttributesSection()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DebugLineSectionEmitter.h | 356 unsigned Size = getULEB128Size(Discriminator); in emitLineTableRows()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 614 return GetOffset() + llvm::getULEB128Size(m_abbr_idx); in GetFirstAttributeOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 651 unsigned RequiredLen = getULEB128Size(OutString.size()); in writeWasm()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 711 size = getULEB128Size(crelHeader) + crelBody.size(); in finalizeNonAllocCrel()
|
H A D | SyntheticSections.cpp | 3076 offset += getULEB128Size(ie.abbrevCode); in computeEntryPool() 4562 return getULEB128Size(v); in computeOrWriteULEB128()
|