Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp419 std::vector<uint64_t> ROSectionSizes; in computeTotalAllocSize() local
461 ROSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
497 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp470 std::vector<uint64_t> ROSectionSizes; in computeTotalAllocSize() local
512 ROSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
556 RODataSize = computeAllocationSizeForSections(ROSectionSizes, RODataAlign); in computeTotalAllocSize()