Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp24 BasicLayout::BasicLayout(LinkGraph &G) : G(G) { in BasicLayout() function in llvm::jitlink::BasicLayout
80 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()
243 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc()
336 BasicLayout BL;
358 BasicLayout BL(G); in allocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h214 class BasicLayout {
225 friend class BasicLayout; variable
254 LLVM_ABI BasicLayout(LinkGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp102 BasicLayout BL(G); in allocate()
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp63 BasicLayout BL(G); in allocate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h59 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,