Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance
1690 section_iterator RelocatedSection = *SecOrErr; in DWARFObjInMemory() local1691 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()1737 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory()1741 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory()1750 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()1772 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()1776 InfoDWOSections[*RelocatedSection]) in DWARFObjInMemory()1780 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()1784 TypesDWOSections[*RelocatedSection]) in DWARFObjInMemory()
366 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local367 if (RelocatedSection == SE) in loadObjectImpl()376 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()378 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
1955 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local1956 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()