Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp24 BasicLayout::BasicLayout(LinkGraph &G) : G(G) { in BasicLayout() function in llvm::jitlink::BasicLayout
79 Expected<BasicLayout::ContiguousPageBasedLayoutSizes>
80 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes()
101 Error BasicLayout::apply() { in apply()
141 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions()
234 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc()
297 BasicLayout BL;
320 BasicLayout BL(G); in allocate()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h210 class BasicLayout {
221 friend class BasicLayout; variable
252 BasicLayout(LinkGraph &G);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp104 BasicLayout BL(G); in allocate()
145 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp63 BasicLayout BL(G); in allocate()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp476 IPMMAlloc(JITLinkSlabAllocator &Parent, BasicLayout BL, in allocate()
530 BasicLayout BL; in allocate()
535 BasicLayout BL(G); in allocate()