Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:CodeSize

185     uint64_t CodeSize = 0, RODataSize = 0, RWDataSize = 0;
188 CodeSize, CodeAlign,
192 MemMgr.reserveAllocationSpace(CodeSize, CodeAlign, RODataSize, RODataAlign,
411 uint64_t &CodeSize,
496 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);