Searched refs:getLocalTUOffset (Results 1 – 3 of 3) sorted by relevance
62 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function446 std::optional<uint64_t> getLocalTUOffset() const override;639 uint64_t getLocalTUOffset(uint32_t TU) const;
58 result.insert(ni.getLocalTUOffset(tu)); in GetUnits()130 unit_offset = entry.getLocalTUOffset(); in GetNonSkeletonUnit()
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()