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 672 section_iterator RelocatedSection = Section.getRelocatedSection();
676 if (!L || !L->getLoadedSectionContents(*RelocatedSection,data))
737 if (RelocatedSection == Obj.section_end())
742 RelocatedSection->getName(RelSecName);
747 if (L && L->getLoadedSectionContents(*RelocatedSection,RelSecData))
778 Map = &TypesSections[*RelocatedSection].Relocs;
780 Map = &TypesDWOSections[*RelocatedSection].Relocs;
786 uint64_t SectionSize = RelocatedSection->getSize();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 295 section_iterator RelocatedSection = SI->getRelocatedSection();
297 if (RelocatedSection == SE)
306 bool IsCode = RelocatedSection->isText();
308 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode,
    [all...]
RuntimeDyldELF.cpp     [all...]

Completed in 221 milliseconds