Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h212 std::optional<uint64_t> GetStringOffsetSectionItem(uint32_t index) const;
H A DDWARFFormValue.cpp473 m_unit->GetStringOffsetSectionItem(m_value.value.uval); in AsCString()
H A DDWARFUnit.cpp1018 DWARFUnit::GetStringOffsetSectionItem(uint32_t index) const { in GetStringOffsetSectionItem() function in DWARFUnit