Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp57 Seg.ContentSize = alignToBlock(Seg.ContentSize, *B); in BasicLayout()
64 SegEndOffset = alignToBlock(SegEndOffset, *B); in BasicLayout()
110 Seg.Addr = alignToBlock(Seg.Addr, *B); in apply()
111 Seg.NextWorkingMemOffset = alignToBlock(Seg.NextWorkingMemOffset, *B); in apply()
128 Seg.Addr = alignToBlock(Seg.Addr, *B); in apply()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp201 NextBlockAddr = alignToBlock(NextBlockAddr, *B); in startSynthesis()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h355 inline uint64_t alignToBlock(uint64_t Addr, Block &B) { in alignToBlock() function
361 inline orc::ExecutorAddr alignToBlock(orc::ExecutorAddr Addr, Block &B) { in alignToBlock() function
362 return orc::ExecutorAddr(alignToBlock(Addr.getValue(), B)); in alignToBlock()