Home
last modified time | relevance | path

Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1401 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFObjInMemory() local
1405 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()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp352 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local
354 if (RelocatedSection == SE) in loadObjectImpl()
363 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
365 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
H A DRuntimeDyldELF.cpp1872 section_iterator RelocatedSection = SI->getRelocatedSection(); in finalizeLoad() local
1873 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()