Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp248 uint64_t SegAlign = 1; in allocateSegments() local
253 SegAlign = std::max(SegAlign, B->getAlignment()); in allocateSegments()
262 SegAlign = std::max(SegAlign, B->getAlignment()); in allocateSegments()
267 Segments[Prot] = {SegAlign, SegContentSize, in allocateSegments()
273 << ": alignment = " << SegAlign in allocateSegments()