Searched refs:Alignment64 (Results 1 – 1 of 1) sorted by relevance
254 uint64_t Alignment64 = 0; in computeTotalAllocSize() local259 Check(Section.getAlignment(Alignment64)); in computeTotalAllocSize()263 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()343 uint64_t Alignment64; in computeSectionStubBufSize() local346 Check(Section.getAlignment(Alignment64)); in computeSectionStubBufSize()349 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()400 uint64_t Alignment64; in emitSection() local402 Check(Section.getAlignment(Alignment64)); in emitSection()404 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()