Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp533 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local
581 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
630 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()