Searched refs:BasicLayout (Results 1 – 5 of 5) sorted by relevance
24 BasicLayout::BasicLayout(LinkGraph &G) : G(G) { in BasicLayout() function in llvm::jitlink::BasicLayout80 Expected<BasicLayout::ContiguousPageBasedLayoutSizes>81 BasicLayout::getContiguousPageBasedLayoutSizes(uint64_t PageSize) { in getContiguousPageBasedLayoutSizes()102 Error BasicLayout::apply() { in apply()142 orc::shared::AllocActions &BasicLayout::graphAllocActions() { in graphAllocActions()240 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc()322 BasicLayout BL;345 BasicLayout BL(G); in allocate()
203 /// BasicLayout simplifies the implementation of JITLinkMemoryManagers.205 /// BasicLayout groups Sections into Segments based on their memory protection206 /// and deallocation policies. JITLinkMemoryManagers can construct a BasicLayout210 class BasicLayout {221 friend class BasicLayout; variable 252 BasicLayout(LinkGraph &G);
103 BasicLayout BL(G); in allocate()144 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation()
64 BasicLayout BL(G); in allocate()
57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,