Home
last modified time | relevance | path

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

/freebsd/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()
489 : E.second.Contributions[I].getLength32()), in writeIndexTable()
726 ContributionOffsets[Index] += CurEntry.Contributions[Index].getLength32(); in write()
764 C.getLength32()) { in write()
766 InfoSectionOffset, InfoSectionOffset + C.getLength32(), in write()
777 UnitOffset += C.getLength32(); in write()
782 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write()
802 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h128 uint32_t getLength32() const { return (uint32_t)Length; } in getLength32() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp256 Contrib.getOffset32() + Contrib.getLength32()); in dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp540 contribution->getLength32()); in GetLocationData()
553 contribution->getLength32()); in GetRnglistData()