Home
last modified time | relevance | path

Searched refs:UnitOffset (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1622 std::optional<uint64_t> UnitOffset; in verifyNameIndexEntries() local
1636 UnitOffset = NI.getCUOffset(*CUIndex); in verifyNameIndexEntries()
1651 UnitOffset = NI.getLocalTUOffset(*TUIndex); in verifyNameIndexEntries()
1655 UnitOffset = NI.getCUOffset(*CUIndex); in verifyNameIndexEntries()
1659 if (!UnitOffset || UnitOffset == UINT32_MAX) in verifyNameIndexEntries()
1664 DWARFUnit *DU = DCtx.getUnitForOffset(*UnitOffset); in verifyNameIndexEntries()
1665 if (DU == nullptr || DU->getOffset() != *UnitOffset) { in verifyNameIndexEntries()
1672 NI.getUnitOffset(), EntryID, *UnitOffset); in verifyNameIndexEntries()
1702 *UnitOffset); in verifyNameIndexEntries()
1763 DIE.getDwarfUnit()->getOffset() != *UnitOffset) { in verifyNameIndexEntries()
[all …]
H A DDWARFAcceleratorTable.cpp1064 DWARFDebugNames::getCUOrTUNameIndex(uint64_t UnitOffset) { in getCUOrTUNameIndex() argument
1073 return UnitOffsetToNameIndex.lookup(UnitOffset); in getCUOrTUNameIndex()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp746 uint64_t UnitOffset = 0; in write() local
747 while (Info.size() > UnitOffset) { in write()
749 parseInfoSectionUnitHeader(Info.substr(UnitOffset, Info.size())); 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp205 IO.mapRequired("UnitOffset", Section.UnitOffset); in mapping()
H A DDWARFEmitter.cpp227 writeInteger((uint32_t)Sect.UnitOffset, OS, IsLittleEndian); in emitPubSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h89 uint32_t UnitOffset; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h838 const NameIndex *getCUOrTUNameIndex(uint64_t UnitOffset);