Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp190 orc::ExecutorAddr NextBlockAddr(MachOContainerBlock->getSize()); in startSynthesis() local
198 << formatv("{0:x8}", NextBlockAddr) << "\n"; in startSynthesis()
201 NextBlockAddr = alignToBlock(NextBlockAddr, *B); in startSynthesis()
202 B->setAddress(NextBlockAddr); in startSynthesis()
203 NextBlockAddr += B->getSize(); in startSynthesis()
219 SI.Size = NextBlockAddr - SI.StartAddr; in startSynthesis()
224 NextBlockAddr - orc::ExecutorAddr(MachOContainerBlock->getSize()); in startSynthesis()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp246 JITTargetAddress NextBlockAddr = in allocateSegments() local
251 NextBlockAddr = alignToBlock(NextBlockAddr, *B); in allocateSegments()
252 B->setAddress(NextBlockAddr); in allocateSegments()
253 NextBlockAddr += B->getSize(); in allocateSegments()