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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1669 struct SectionAddressInfo { struct in namespace:__anon2863
1725 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) {
1749 return SectionAddressInfo{Segment, Range};
1757 void AddSection(SectionAddressInfo Info, SectionSP Sect) {

Completed in 272 milliseconds