Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp350 sys::MemoryBlock StandardSegsMem; in allocate() local
369 StandardSegsMem = {Slab.base(), in allocate()
375 auto NextStandardSegAddr = orc::ExecutorAddr::fromPtr(StandardSegsMem.base()); in allocate()
382 NextStandardSegAddr + StandardSegsMem.allocatedSize()) in allocate()
416 std::move(StandardSegsMem), in allocate()