Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp99 << ", align-ofs = " << B.getAlignmentOffset() in operator <<()
169 B.getAlignment(), B.getAlignmentOffset()) in splitBlock()
172 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
177 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
267 << ", alignment-offset = " << B->getAlignmentOffset(); in dump()
H A DJITLinkGeneric.h87 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock()
94 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock()
H A DJITLinkGeneric.cpp384 << " and alignment offset " << B->getAlignmentOffset() << "\n"; in copyBlockContentToWorkingMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h286 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function