Searched refs:getLocalTUOffset (Results 1 – 3 of 3) sorted by relevance
62 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function435 std::optional<uint64_t> getLocalTUOffset() const override;581 uint64_t getLocalTUOffset(uint32_t TU) const;
45 result.insert(ni.getLocalTUOffset(tu)); in GetUnits()56 unit_offset = entry.getLocalTUOffset(); in ToDIERef()
640 std::optional<uint64_t> DWARFDebugNames::Entry::getLocalTUOffset() const { in getLocalTUOffset() function in DWARFDebugNames::Entry644 return NameIdx->getLocalTUOffset(*Index); in getLocalTUOffset()676 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() function in DWARFDebugNames::NameIndex795 getLocalTUOffset(TU)); in dumpLocalTUs()