Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp542 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local
591 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
640 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()