Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp301 JITTargetAddress NextBlockAddr = in allocateSegments() local
306 NextBlockAddr = alignToBlock(NextBlockAddr, *B); in allocateSegments()
307 B->setAddress(NextBlockAddr); in allocateSegments()
308 NextBlockAddr += B->getSize(); in allocateSegments()