Home
last modified time | relevance | path

Searched refs:getLength32 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp277 Offset = PrevOffset + C.getLength32(); in addAllTypesFromTypesSection()
283 Out.emitBytes(Types.substr(PrevOffset, C.getLength32())); in addAllTypesFromTypesSection()
285 TypesOffset += C.getLength32(); in addAllTypesFromTypesSection()
465 : E.second.Contributions[I].getLength32()), in writeIndexTable()
740 C.getLength32()) { in write()
742 InfoSectionOffset, InfoSectionOffset + C.getLength32(), in write()
753 UnitOffset += C.getLength32(); in write()
758 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write()
778 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
779 InfoSectionOffset += C.getLength32(); in write()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h128 uint32_t getLength32() const { return (uint32_t)Length; } in getLength32() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp535 contribution->getLength32()); in GetLocationData()
548 contribution->getLength32()); in GetRnglistData()
918 if (!unit_contrib || unit_contrib->getLength32() != m_length + 4) in ApplyIndexEntry()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp256 Contrib.getOffset32() + Contrib.getLength32()); in dump()