Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp254 uint64_t Alignment64 = 0; in computeTotalAllocSize() local
259 Check(Section.getAlignment(Alignment64)); in computeTotalAllocSize()
263 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()
343 uint64_t Alignment64; in computeSectionStubBufSize() local
346 Check(Section.getAlignment(Alignment64)); in computeSectionStubBufSize()
349 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()
400 uint64_t Alignment64; in emitSection() local
402 Check(Section.getAlignment(Alignment64)); in emitSection()
404 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()