Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp9038 uint64_t Alignment64 = Alignment.getZExtValue(); in VisitBuiltinCallExpr() local
9041 ? llvm::alignDown(Result.Offset.getQuantity(), Alignment64) in VisitBuiltinCallExpr()
9042 : llvm::alignTo(Result.Offset.getQuantity(), Alignment64)); in VisitBuiltinCallExpr()