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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp540 std::vector<uint64_t> CodeSectionSizes; local
588 CodeSectionSizes.push_back(SectionSize);
632 if (!CodeSectionSizes.empty()) {
634 CodeSectionSizes.push_back(64);
642 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign);

Completed in 101 milliseconds