Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/
H A DLLJITWithObjectLinkingLayerPlugin.cpp95 constexpr JITTargetAddress LineWidth = 16; in printBlockContent() local
103 ExecutorAddr InitAddr(B.getAddress().getValue() & ~(LineWidth - 1)); in printBlockContent()
109 if (CurAddr % LineWidth == 0) in printBlockContent()
116 if (CurAddr % LineWidth == LineWidth - 1) in printBlockContent()
119 if (EndAddr % LineWidth != 0) in printBlockContent()