Searched refs:SectionAddressInfo (Results 1 – 3 of 3) sorted by relevance
35 struct SectionAddressInfo { struct39 typedef std::map<std::string, SectionAddressInfo> SectionMap; argument49 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
757 std::pair<const RuntimeDyldCheckerImpl::SectionAddressInfo*, std::string>792 const SectionAddressInfo *SectionInfo = nullptr; in getSectionAddr()816 const SectionAddressInfo *SectionInfo = nullptr; in getStubAddrFor()
1669 struct SectionAddressInfo { struct1725 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()1749 return SectionAddressInfo{Segment, Range}; in GetAddressInfo()1757 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection()