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.cpp118 << ", align-ofs = " << B.getAlignmentOffset() in operator <<()
325 << ", alignment-offset = " << B->getAlignmentOffset(); in dump()
H A DMachOLinkGraphBuilder.cpp672 << ", align-ofs = " << B.getAlignmentOffset() << " for \""; in graphifyCStringSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h309 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function
381 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock()
1258 (B.getAlignmentOffset() + Offset) % B.getAlignment()));
1274 (B.getAlignmentOffset() + Offset) % B.getAlignment()));