Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp476 std::vector<uint64_t> ROSectionSizes; in computeTotalAllocSize() local
518 ROSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
562 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()