Home
last modified time | relevance | path

Searched refs:SectionSizes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp219 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() argument
222 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections()
224 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; in computeAllocationSizeForSections()