Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp490 uint64_t Alignment64 = Section.getAlignment(); in computeTotalAllocSize() local
491 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()
610 uint64_t Alignment64 = Section.getAlignment(); in computeSectionStubBufSize() local
613 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()
717 uint64_t Alignment64 = Section.getAlignment(); in emitSection() local
719 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()