Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp399 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() argument
402 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) { in computeAllocationSizeForSections()
404 (SectionSizes[Idx] + Alignment - 1) / Alignment * Alignment; in computeAllocationSizeForSections()