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

  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 610 section_iterator RelocatedSection = Section.getRelocatedSection();
614 if (!L || !L->getLoadedSectionContents(*RelocatedSection,data))
681 if (RelocatedSection == Obj.section_end())
686 RelocatedSection->getName(RelSecName);
691 if (L && L->getLoadedSectionContents(*RelocatedSection,RelSecData))
722 Map = &TypesSections[*RelocatedSection].Relocs;
724 Map = &TypesDWOSections[*RelocatedSection].Relocs;
730 uint64_t SectionSize = RelocatedSection->getSize();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 231 section_iterator RelocatedSection = SI->getRelocatedSection();
233 if (RelocatedSection == SE)
242 bool IsCode = RelocatedSection->isText();
244 findOrEmitSection(Obj, *RelocatedSection, IsCode, LocalSections);
    [all...]
RuntimeDyldELF.cpp     [all...]

Completed in 143 milliseconds