[llvm] [DebugInfo] Support to get TU for hash from .debug_types.dwo section in DWARF4. (PR #161067)
Liu Ke via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 21 00:39:48 PDT 2025
================
@@ -143,7 +143,9 @@ class DWARFUnitVector final : public SmallVector<std::unique_ptr<DWARFUnit>, 1>
decltype(make_filter_range(std::declval<iterator_range>(), isCompileUnit));
LLVM_ABI DWARFUnit *getUnitForOffset(uint64_t Offset) const;
- LLVM_ABI DWARFUnit *getUnitForIndexEntry(const DWARFUnitIndex::Entry &E);
+ LLVM_ABI DWARFUnit *
----------------
Sockke wrote:
done
https://github.com/llvm/llvm-project/pull/161067
More information about the llvm-commits
mailing list