Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp193 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h305 void setAlignmentOffset(uint64_t AlignmentOffset) { in setAlignmentOffset() function