Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp667 std::optional<uint64_t> DWARFDebugNames::Entry::getLocalTUOffset() const { in getLocalTUOffset() function in DWARFDebugNames::Entry
671 return NameIdx->getLocalTUOffset(*Index); in getLocalTUOffset()
751 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() function in DWARFDebugNames::NameIndex
871 getLocalTUOffset(TU)); in dumpLocalTUs()
1070 UnitOffsetToNameIndex.try_emplace(NI.getLocalTUOffset(TU), &NI); in getCUOrTUNameIndex()
H A DDWARFVerifier.cpp1651 UnitOffset = NI.getLocalTUOffset(*TUIndex); in verifyNameIndexEntries()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h63 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function
447 std::optional<uint64_t> getLocalTUOffset() const override;
641 LLVM_ABI uint64_t getLocalTUOffset(uint32_t TU) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp58 result.insert(ni.getLocalTUOffset(tu)); in GetUnits()
130 unit_offset = entry.getLocalTUOffset(); in GetNonSkeletonUnit()