Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp73 std::optional<uint64_t> cu_offset = entry.getRelatedCUOffset(); in GetForeignTypeUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h453 std::optional<uint64_t> getRelatedCUOffset() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp660 std::optional<uint64_t> DWARFDebugNames::Entry::getRelatedCUOffset() const { in getRelatedCUOffset() function in DWARFDebugNames::Entry