Searched refs:RelocatedSection (Results 1 – 2 of 2) sorted by relevance
617 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local618 if (RelocatedSection == Obj.section_end()) in DWARFContextInMemory()622 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()643 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()645 Map = &TypesDWOSections[*RelocatedSection].Relocs; in DWARFContextInMemory()651 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory()
221 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local223 if (RelocatedSection == SE) in loadObjectImpl()232 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()234 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections); in loadObjectImpl()