Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp348 sys::MemoryBlock StandardSegsMem; in allocate() local
367 StandardSegsMem = {Slab.base(), in allocate()
373 auto NextStandardSegAddr = orc::ExecutorAddr::fromPtr(StandardSegsMem.base()); in allocate()
380 NextStandardSegAddr + StandardSegsMem.allocatedSize()) in allocate()
413 std::move(StandardSegsMem), in allocate()