Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp463 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() function
642 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()
643 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()
644 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()