Lines Matching refs:Alloc
112 auto Alloc = SimpleSegmentAlloc::Create( in grow() local
115 if (!Alloc) in grow()
116 return Alloc.takeError(); in grow()
120 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in grow()
126 auto FA = Alloc->finalize(); in grow()
297 auto Alloc = in writeResolverBlock() local
302 if (!Alloc) in writeResolverBlock()
303 return Alloc.takeError(); in writeResolverBlock()
305 auto SegInfo = Alloc->getSegInfo(MemProt::Read | MemProt::Exec); in writeResolverBlock()
310 auto FA = Alloc->finalize(); in writeResolverBlock()
365 auto Alloc = SimpleSegmentAlloc::Create( in getIndirectStubs() local
370 if (!Alloc) in getIndirectStubs()
371 return Alloc.takeError(); in getIndirectStubs()
373 auto StubSeg = Alloc->getSegInfo(StubProt); in getIndirectStubs()
374 auto PtrSeg = Alloc->getSegInfo(PtrProt); in getIndirectStubs()
379 auto FA = Alloc->finalize(); in getIndirectStubs()