Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1791 section_iterator RelocatedSection = in DWARFObjInMemory() local
1793 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()
1839 if (RelocatedSection != Obj.section_end() && Name.contains(".dwo")) in DWARFObjInMemory()
1843 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()
1848 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory()
1857 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()
1879 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()
1883 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp372 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local
373 if (RelocatedSection == SE) in loadObjectImpl()
382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
384 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
H A DRuntimeDyldELF.cpp2380 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local
2381 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()