Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance
672 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local676 if (!L || !L->getLoadedSectionContents(*RelocatedSection,data)) in DWARFContextInMemory()737 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory()742 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()747 if (L && L->getLoadedSectionContents(*RelocatedSection,RelSecData)) in DWARFContextInMemory()778 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()780 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()786 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory()
295 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local297 if (RelocatedSection == SE) in loadObjectImpl()306 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
1875 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local1876 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()