Searched refs:RelocatedSection (Results 1 – 4 of 4) sorted by relevance
1723 section_iterator RelocatedSection = in DWARFObjInMemory() local1725 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()1771 if (RelocatedSection != Obj.section_end() && Name.contains(".dwo")) in DWARFObjInMemory()1775 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()1780 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory()1789 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()1811 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()1815 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
368 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local369 if (RelocatedSection == SE) in loadObjectImpl()378 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()380 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
2327 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local2328 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
2279 SectionRef RelocatedSection = *SecIter; in readRelocations() local2281 StringRef RelocatedSectionName = cantFail(RelocatedSection.getName()); in readRelocations()2285 if (!BinarySection(*BC, RelocatedSection).isAllocatable()) { in readRelocations()2301 const bool IsFromCode = RelocatedSection.isText(); in readRelocations()2545 !BinarySection(*BC, RelocatedSection).isReadOnly()) in readRelocations()