Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1712 struct SectionAddressInfo { struct
1768 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
1792 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()
1800 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()