Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp548 uint64_t Alignment64 = Section.getAlignment(); in computeTotalAllocSize() local
549 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()
688 uint64_t Alignment64 = Section.getAlignment(); in computeSectionStubBufSize() local
691 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()
794 uint64_t Alignment64 = Section.getAlignment(); in emitSection() local
796 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9061 uint64_t Alignment64 = Alignment.getZExtValue(); in VisitBuiltinCallExpr() local
9064 ? llvm::alignDown(Result.Offset.getQuantity(), Alignment64) in VisitBuiltinCallExpr()
9065 : llvm::alignTo(Result.Offset.getQuantity(), Alignment64)); in VisitBuiltinCallExpr()