Searched refs:OffsetToAlignment (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h450 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h443 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMachObjectWriter.cpp113 return OffsetToAlignment(EndAddr, NextSD.getAlignment());
730 unsigned SectionDataPadding = OffsetToAlignment(SectionDataFileSize, 4);
H A DELFObjectWriter.cpp1369 uint64_t Padding = OffsetToAlignment(OS.tell(), SD.getAlignment());
1536 uint64_t Padding = OffsetToAlignment(OS.tell(), NaturalAlignment);
H A DMCAssembler.cpp326 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment());
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1015 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment);

Completed in 392 milliseconds