Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp117 << ", align-ofs = " << B.getAlignmentOffset() in operator <<()
185 B.getAlignment(), B.getAlignmentOffset()) in splitBlock()
188 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
193 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
288 << ", alignment-offset = " << B->getAlignmentOffset(); in dump()
H A DMachOLinkGraphBuilder.cpp681 << ", align-ofs = " << B.getAlignmentOffset() << " for \""; in graphifyCStringSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h302 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function
362 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock()