Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp433 uint64_t Alignment64 = Section.getAlignment(); in computeTotalAllocSize() local
434 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()
527 uint64_t Alignment64 = Section.getAlignment(); in computeSectionStubBufSize() local
530 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()
656 uint64_t Alignment64 = Section.getAlignment(); in emitSection() local
658 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp484 uint64_t Alignment64 = Section.getAlignment(); in computeTotalAllocSize() local
485 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeTotalAllocSize()
604 uint64_t Alignment64 = Section.getAlignment(); in computeSectionStubBufSize() local
607 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in computeSectionStubBufSize()
706 uint64_t Alignment64 = Section.getAlignment(); in emitSection() local
708 unsigned Alignment = (unsigned)Alignment64 & 0xffffffffL; in emitSection()