Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1753 struct SectionAddressInfo { struct
1814 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
1838 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()
1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()