Home
last modified time | relevance | path

Searched refs:AllocBase (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp543 char *AllocBase = nullptr; in allocate() local
557 AllocBase = reinterpret_cast<char *>(SlabRemaining.base()); in allocate()
559 sys::MemoryBlock(AllocBase + SegsSizes->total(), in allocate()
563 sys::MemoryBlock StandardSegs(AllocBase, SegsSizes->StandardSegs); in allocate()
564 sys::MemoryBlock FinalizeSegs(AllocBase + SegsSizes->StandardSegs, in allocate()