Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:CodeSize

149     uint64_t CodeSize = 0, DataSizeRO = 0, DataSizeRW = 0;
150 computeTotalAllocSize(Obj, CodeSize, DataSizeRO, DataSizeRW);
151 MemMgr.reserveAllocationSpace(CodeSize, DataSizeRO, DataSizeRW);
337 uint64_t &CodeSize,
413 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment);