Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp258 computeAllocationSizeForSections(std::vector<uint64_t> &SectionSizes, in computeAllocationSizeForSections() function
403 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()
404 DataSizeRO = computeAllocationSizeForSections(ROSectionSizes, MaxAlignment); in computeTotalAllocSize()
405 DataSizeRW = computeAllocationSizeForSections(RWSectionSizes, MaxAlignment); in computeTotalAllocSize()