Searched refs:SimpleSegmentAlloc (Results 1 – 6 of 6) sorted by relevance
145 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 …]
294 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(
155 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;205 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;334 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory()347 auto Alloc = SimpleSegmentAlloc::Create( in finalizeWorkingMemory()
112 auto Alloc = SimpleSegmentAlloc::Create( in grow()299 SimpleSegmentAlloc::Create(EPC.getMemMgr(), nullptr, in writeResolverBlock()366 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs()
29 auto SSA = jitlink::SimpleSegmentAlloc::Create( in TEST()
119 auto SSA = jitlink::SimpleSegmentAlloc::Create( in TEST()