Home
last modified time | relevance | path

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

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