Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp330 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local
368 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
403 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, MaxAlignment); in computeTotalAllocSize()