Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance
626 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local627 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory()632 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()660 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()662 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()668 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory()
206 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local208 if (RelocatedSection == SE) in loadObjectImpl()217 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()219 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections); in loadObjectImpl()
1719 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local1720 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()