Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A 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()