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 689 section_iterator RelocatedSection = Section.getRelocatedSection();
690 if (RelocatedSection == Obj->section_end())
694 RelocatedSection->getName(RelSecName);
710 Map = &TypesSections[*RelocatedSection].Relocs;
712 Map = &TypesDWOSections[*RelocatedSection].Relocs;
719 RelocatedSection->getSize(SectionSize);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 190 section_iterator RelocatedSection = SI->getRelocatedSection();
199 Check(RelocatedSection->isText(IsCode));
201 findOrEmitSection(*Obj, *RelocatedSection, IsCode, LocalSections);

Completed in 56 milliseconds