Searched refs:SimpleSegmentAlloc (Results 1 – 4 of 4) sorted by relevance
146 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 …]
299 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(
148 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;197 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;321 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory()334 auto Alloc = SimpleSegmentAlloc::Create( in finalizeWorkingMemory()
112 auto Alloc = SimpleSegmentAlloc::Create( in grow()298 SimpleSegmentAlloc::Create(EPC.getMemMgr(), EPC.getSymbolStringPool(), in writeResolverBlock()366 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs()