Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp617 section_iterator RelocatedSection = Section.getRelocatedSection(); in DWARFContextInMemory() local
618 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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp221 section_iterator RelocatedSection = SI->getRelocatedSection(); in loadObjectImpl() local
223 if (RelocatedSection == SE) in loadObjectImpl()
232 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()
234 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections); in loadObjectImpl()