Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp66 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate()
H A DEPCGenericJITLinkMemoryManager.cpp106 auto Pages = BL.getContiguousPageBasedLayoutSizes(EPC.getPageSize()); in allocate()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp80 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes() function in llvm::jitlink::BasicLayout
324 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h267 getContiguousPageBasedLayoutSizes(uint64_t PageSize);
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp536 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate()