Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp523 std::vector<uint64_t> CodeSectionSizes; in computeTotalAllocSize() local
571 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
617 CodeSize = computeAllocationSizeForSections(CodeSectionSizes, CodeAlign); in computeTotalAllocSize()