Searched refs:SectionAddressInfo (Results 1 – 3 of 3) sorted by relevance
35 struct SectionAddressInfo { struct39 typedef std::map<std::string, SectionAddressInfo> SectionMap; argument52 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
795 std::pair<const RuntimeDyldCheckerImpl::SectionAddressInfo*, std::string>830 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr()854 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor()
1849 struct SectionAddressInfo { struct1898 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()1922 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()1929 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()