Searched refs:getLocalTUOffset (Results 1 – 4 of 4) sorted by relevance
667 std::optional<uint64_t> DWARFDebugNames::Entry::getLocalTUOffset() const { in getLocalTUOffset() function in DWARFDebugNames::Entry671 return NameIdx->getLocalTUOffset(*Index); in getLocalTUOffset()751 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() function in DWARFDebugNames::NameIndex871 getLocalTUOffset(TU)); in dumpLocalTUs()1070 UnitOffsetToNameIndex.try_emplace(NI.getLocalTUOffset(TU), &NI); in getCUOrTUNameIndex()
1651 UnitOffset = NI.getLocalTUOffset(*TUIndex); in verifyNameIndexEntries()
63 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function447 std::optional<uint64_t> getLocalTUOffset() const override;641 LLVM_ABI uint64_t getLocalTUOffset(uint32_t TU) const;
58 result.insert(ni.getLocalTUOffset(tu)); in GetUnits()130 unit_offset = entry.getLocalTUOffset(); in GetNonSkeletonUnit()