Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RODataSize

185     uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0;
189 RODataSize, RODataAlign,
192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
413 uint64_t &RODataSize,
497 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign);