Home
last modified time | relevance | path

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

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