Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp146 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create()
200 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
206 Expected<SimpleSegmentAlloc> SimpleSegmentAlloc::Create( in Create()
209 std::promise<MSVCPExpected<SimpleSegmentAlloc>> AllocP; in Create()
212 [&](Expected<SimpleSegmentAlloc> Result) { in Create()
218 SimpleSegmentAlloc::SimpleSegmentAlloc(SimpleSegmentAlloc &&) = default;
219 SimpleSegmentAlloc &
220 SimpleSegmentAlloc::operator=(SimpleSegmentAlloc &&) = default;
221 SimpleSegmentAlloc::~SimpleSegmentAlloc() = default;
223 SimpleSegmentAlloc::SegmentInfo
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h299 class SimpleSegmentAlloc {
319 using OnCreatedFunction = unique_function<void(Expected<SimpleSegmentAlloc>)>;
329 LLVM_ABI static Expected<SimpleSegmentAlloc>
334 LLVM_ABI SimpleSegmentAlloc(SimpleSegmentAlloc &&);
335 LLVM_ABI SimpleSegmentAlloc &operator=(SimpleSegmentAlloc &&);
336 LLVM_ABI ~SimpleSegmentAlloc();
352 SimpleSegmentAlloc(
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp148 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;
197 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;
321 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory()
334 auto Alloc = SimpleSegmentAlloc::Create( in finalizeWorkingMemory()
H A DEPCIndirectionUtils.cpp112 auto Alloc = SimpleSegmentAlloc::Create( in grow()
298 SimpleSegmentAlloc::Create(EPC.getMemMgr(), EPC.getSymbolStringPool(), in writeResolverBlock()
366 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs()