Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp475 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local
515 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
561 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()