Searched refs:RWSectionSizes (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp542 std::vector<uint64_t> RWSectionSizes; local
594 RWSectionSizes.push_back(SectionSize);
603 RWSectionSizes.push_back(GotSize);
628 RWSectionSizes.push_back(CommonSize);
644 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign);

Completed in 98 milliseconds