HomeSort by relevance Sort by last modified time
    Searched refs:OffsetToAlignment (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 32 uint64_t size = llvm::OffsetToAlignment(getOffset(), m_Alignment);
  /external/llvm/include/llvm/Support/
MathExtras.h 464 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) {
  /external/llvm/lib/MC/
MachObjectWriter.cpp 122 return OffsetToAlignment(EndAddr, NextSD.getAlignment());
407 WriteBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4));
781 unsigned SectionDataPadding = OffsetToAlignment(SectionDataFileSize, 4);
    [all...]
ELFObjectWriter.cpp     [all...]
MCAssembler.cpp 417 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment());
    [all...]
  /external/clang/include/clang/Basic/
OnDiskHashTable.h 69 for (uint32_t n = llvm::OffsetToAlignment(off, A); n; --n)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 203 uint64_t AlignOffset = OffsetToAlignment((uint64_t)Addr, Align);
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 255 milliseconds