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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 40 /// SectionEntry - represents a section emitted into memory by the dynamic
42 class SectionEntry {
64 SectionEntry(uint8_t *address, size_t size, uintptr_t stubOffset,
125 typedef SmallVector<SectionEntry, 64> SectionList;
RuntimeDyld.cpp 197 Sections.push_back(SectionEntry(Addr, TotalSize, TotalSize, 0));
294 Sections.push_back(SectionEntry(Addr, Allocate, DataSize,(uintptr_t)pData));
RuntimeDyldMachO.cpp 213 SectionEntry &Section = Sections[Rel.SectionID];
RuntimeDyldELF.cpp 443 SectionEntry &Section = Sections[Rel.SectionID];
472 SectionEntry &Section = Sections[Rel.SectionID];

Completed in 440 milliseconds