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.cpp274 Offset = PrevOffset + C.getLength32(); in addAllTypesFromTypesSection()
280 Out.emitBytes(Types.substr(PrevOffset, C.getLength32())); in addAllTypesFromTypesSection()
282 TypesOffset += C.getLength32(); in addAllTypesFromTypesSection()
486 : E.second.Contributions[I].getLength32()), in writeIndexTable()
723 ContributionOffsets[Index] += CurEntry.Contributions[Index].getLength32(); in write()
761 C.getLength32()) { in write()
763 InfoSectionOffset, InfoSectionOffset + C.getLength32(), in write()
774 UnitOffset += C.getLength32(); in write()
779 Info.substr(UnitOffset - C.getLength32(), C.getLength32()), in write()
799 Info.substr(UnitOffset - C.getLength32(), C.getLength32())); in write()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h131 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.cpp543 contribution->getLength32()); in GetLocationData()
556 contribution->getLength32()); in GetRnglistData()