Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp399 auto &SegAddr = in allocate() local
404 Seg.WorkingMem = SegAddr.toPtr<char *>(); in allocate()
405 Seg.Addr = SegAddr; in allocate()
407 SegAddr += alignTo(Seg.ContentSize + Seg.ZeroFillSize, PageSize); in allocate()