Home
last modified time | relevance | path

Searched defs:AlignmentOffset (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h152 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 DAArch32ErrorTests.cpp31 constexpr uint64_t AlignmentOffset = 0; global() variable