Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp535 std::vector<uint64_t> RWSectionSizes; in computeTotalAllocSize() local
587 RWSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
596 RWSectionSizes.push_back(GotSize); in computeTotalAllocSize()
621 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize()
632 RWDataSize = computeAllocationSizeForSections(RWSectionSizes, RWDataAlign); in computeTotalAllocSize()