Searched defs:AlignmentOffset (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 152 uint64_t AlignmentOffset : 56; variable 164 uint64_t Alignment, uint64_t AlignmentOffset) in Block() argument 180 uint64_t Alignment, uint64_t AlignmentOffset) in Block() argument 199 Block(Section & Parent,MutableArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) Block() argument 305 setAlignmentOffset(uint64_t AlignmentOffset) setAlignmentOffset() argument 1115 createContentBlock(Section & Parent,ArrayRef<char> Content,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) createContentBlock() argument 1124 createMutableContentBlock(Section & Parent,MutableArrayRef<char> MutableContent,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) createMutableContentBlock() argument 1146 createZeroFillBlock(Section & Parent,orc::ExecutorAddrDiff Size,orc::ExecutorAddr Address,uint64_t Alignment,uint64_t AlignmentOffset) createZeroFillBlock() argument [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
H A D | AArch32ErrorTests.cpp | 31 constexpr uint64_t AlignmentOffset = 0; global() variable
|