Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h62 virtual std::optional<uint64_t> getLocalTUOffset() const { in getLocalTUOffset() function
446 std::optional<uint64_t> getLocalTUOffset() const override;
639 uint64_t getLocalTUOffset(uint32_t TU) const;
/src/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()
/src/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()