HomeSort by relevance Sort by last modified time
    Searched refs:RelocatedSection (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 585 section_iterator RelocatedSection = i->getRelocatedSection();
586 if (RelocatedSection == Obj->end_sections())
590 RelocatedSection->getName(RelSecName);
607 RelocatedSection->getSize(SectionSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 150 section_iterator RelocatedSection = si->getRelocatedSection();
159 findOrEmitSection(*obj, *RelocatedSection, true, LocalSections);

Completed in 4074 milliseconds