Lines Matching refs:SimpleSegmentAlloc
145 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create()
193 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
199 Expected<SimpleSegmentAlloc>
200 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create()
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()
225 SimpleSegmentAlloc::SimpleSegmentAlloc( in SimpleSegmentAlloc() function in llvm::jitlink::SimpleSegmentAlloc