Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp97 << ", align-ofs = " << B.getAlignmentOffset() in operator <<()
167 B.getAlignment(), B.getAlignmentOffset()) in splitBlock()
170 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
175 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
DJITLinkGeneric.h85 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock()
92 uint64_t Delta = (B.getAlignmentOffset() - PAddr) % B.getAlignment(); in alignToBlock()
178 << B->getAlignmentOffset() << "\n"; in copyAndFixUpBlocks()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp97 << ", align-ofs = " << B.getAlignmentOffset() in operator <<()
165 B.getAlignment(), B.getAlignmentOffset()) in splitBlock()
168 B.getAddress(), B.getAlignment(), B.getAlignmentOffset()); in splitBlock()
173 B.setAlignmentOffset((B.getAlignmentOffset() + SplitIndex) % in splitBlock()
268 << ", alignment-offset = " << B->getAlignmentOffset(); in dump()
DMachOLinkGraphBuilder.cpp671 << ", align-ofs = " << B.getAlignmentOffset() << " for \""; in graphifyCStringSection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp167 if (FB.getAlignmentOffset() != 0) { in startSynthesis()
168 auto Padding = G.allocateBuffer(FB.getAlignmentOffset()); in startSynthesis()
171 FB.getAddress() - FB.getAlignmentOffset(), in startSynthesis()
207 if (FirstBlock.getAlignmentOffset() != 0) in startSynthesis()
331 if (R.getFirstBlock()->getAlignmentOffset() != 0) in completeSynthesisAndRegister()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h296 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function
356 uint64_t Delta = (B.getAlignmentOffset() - Addr) % B.getAlignment(); in alignToBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h214 uint64_t getAlignmentOffset() const { return AlignmentOffset; } in getAlignmentOffset() function