Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1723 section_iterator RelocatedSection = in DWARFObjInMemory() local
1725 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()
1771 if (RelocatedSection != Obj.section_end() && Name.contains(".dwo")) in DWARFObjInMemory()
1775 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()
1780 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory()
1789 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()
1811 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()
1815 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp368 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local
369 if (RelocatedSection == SE) in loadObjectImpl()
378 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
380 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
H A DRuntimeDyldELF.cpp2327 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local
2328 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2279 SectionRef RelocatedSection = *SecIter; in readRelocations() local
2281 StringRef RelocatedSectionName = cantFail(RelocatedSection.getName()); in readRelocations()
2285 if (!BinarySection(*BC, RelocatedSection).isAllocatable()) { in readRelocations()
2301 const bool IsFromCode = RelocatedSection.isText(); in readRelocations()
2545 !BinarySection(*BC, RelocatedSection).isReadOnly()) in readRelocations()