Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.cpp585 section_iterator RelocatedSection = i->getRelocatedSection(); in DWARFContextInMemory() local
586 if (RelocatedSection == Obj->end_sections()) in DWARFContextInMemory()
590 RelocatedSection->getName(RelSecName); in DWARFContextInMemory()
607 RelocatedSection->getSize(SectionSize); in DWARFContextInMemory()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp150 section_iterator RelocatedSection = si->getRelocatedSection(); in loadObject() local
159 findOrEmitSection(*obj, *RelocatedSection, true, LocalSections); in loadObject()