Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance
1401 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFObjInMemory() local1405 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) in DWARFObjInMemory()1443 if (RelocatedSection == Obj.section_end()) in DWARFObjInMemory()1448 RelocatedSection->getName(RelSecName); in DWARFObjInMemory()1453 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()1475 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()1479 InfoDWOSections[*RelocatedSection]) in DWARFObjInMemory()1483 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()1487 TypesDWOSections[*RelocatedSection]) in DWARFObjInMemory()
352 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local354 if (RelocatedSection == SE) in loadObjectImpl()363 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()365 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
1872 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local1873 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()