Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp145 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create()
193 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
199 Expected<SimpleSegmentAlloc>
202 std::promise<MSVCPExpected<SimpleSegmentAlloc>> AllocP; in Create()
205 [&](Expected<SimpleSegmentAlloc> Result) { in Create()
211 SimpleSegmentAlloc::SimpleSegmentAlloc(SimpleSegmentAlloc &&) = default;
212 SimpleSegmentAlloc &
213 SimpleSegmentAlloc::operator=(SimpleSegmentAlloc &&) = default;
214 SimpleSegmentAlloc::~SimpleSegmentAlloc() = default;
216 SimpleSegmentAlloc::SegmentInfo SimpleSegmentAlloc::getSegInfo(AllocGroup AG) { in getSegInfo()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h294 class SimpleSegmentAlloc {
314 using OnCreatedFunction = unique_function<void(Expected<SimpleSegmentAlloc>)>;
322 static Expected<SimpleSegmentAlloc> Create(JITLinkMemoryManager &MemMgr,
326 SimpleSegmentAlloc(SimpleSegmentAlloc &&);
327 SimpleSegmentAlloc &operator=(SimpleSegmentAlloc &&);
328 ~SimpleSegmentAlloc();
344 SimpleSegmentAlloc(
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp155 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;
205 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;
334 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory()
347 auto Alloc = SimpleSegmentAlloc::Create( in finalizeWorkingMemory()
H A DEPCIndirectionUtils.cpp112 auto Alloc = SimpleSegmentAlloc::Create( in grow()
299 SimpleSegmentAlloc::Create(EPC.getMemMgr(), nullptr, in writeResolverBlock()
366 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManagerTest.cpp29 auto SSA = jitlink::SimpleSegmentAlloc::Create( in TEST()
H A DEPCGenericJITLinkMemoryManagerTest.cpp119 auto SSA = jitlink::SimpleSegmentAlloc::Create( in TEST()