Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h62 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function
435 std::optional<uint64_t> getLocalTUOffset() const override;
581 uint64_t getLocalTUOffset(uint32_t TU) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp45 result.insert(ni.getLocalTUOffset(tu)); in GetUnits()
56 unit_offset = entry.getLocalTUOffset(); in ToDIERef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp640 std::optional<uint64_t> DWARFDebugNames::Entry::getLocalTUOffset() const { in getLocalTUOffset() function in DWARFDebugNames::Entry
644 return NameIdx->getLocalTUOffset(*Index); in getLocalTUOffset()
676 uint64_t DWARFDebugNames::NameIndex::getLocalTUOffset(uint32_t TU) const { in getLocalTUOffset() function in DWARFDebugNames::NameIndex
795 getLocalTUOffset(TU)); in dumpLocalTUs()