Lines Matching refs:SimpleSegmentAlloc
146 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create()
197 OnCreated(SimpleSegmentAlloc(std::move(G), in Create()
203 Expected<SimpleSegmentAlloc>
204 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create()
206 std::promise<MSVCPExpected<SimpleSegmentAlloc>> AllocP; in Create()
209 [&](Expected<SimpleSegmentAlloc> Result) { in Create()
215 SimpleSegmentAlloc::SimpleSegmentAlloc(SimpleSegmentAlloc &&) = default;
216 SimpleSegmentAlloc &
217 SimpleSegmentAlloc::operator=(SimpleSegmentAlloc &&) = default;
218 SimpleSegmentAlloc::~SimpleSegmentAlloc() = default;
220 SimpleSegmentAlloc::SegmentInfo
221 SimpleSegmentAlloc::getSegInfo(orc::AllocGroup AG) { in getSegInfo()
230 SimpleSegmentAlloc::SimpleSegmentAlloc( in SimpleSegmentAlloc() function in llvm::jitlink::SimpleSegmentAlloc