Searched refs:offsetToAlignment (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 180 unsigned Pad = offsetToAlignment(PosAfterHeader, Align(8)); in printBSDMemberHeader() 247 unsigned Pad = offsetToAlignment(Size, Align(2)); in computeStringTable() 312 unsigned Pad = offsetToAlignment(Size, Alignment); in writeSymbolTable() 468 isDarwin(Kind) ? offsetToAlignment(Data.size(), Align(8)) : 0; in computeMemberData() 470 offsetToAlignment(Data.size() + MemberPadding, Align(2)); in computeMemberData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 91 return offsetToAlignment(Offset, Alignment); in GetAlignmentAdjustment() 97 return Alignment.value() + offsetToAlignment(Offset, Alignment); in GetAlignmentAdjustment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Alignment.h | 193 inline uint64_t offsetToAlignment(uint64_t Value, Align Alignment) { in offsetToAlignment() function 200 return offsetToAlignment(reinterpret_cast<uintptr_t>(Addr), Alignment); in offsetToAlignedAddr()
|
D | OnDiskHashTable.h | 211 uint64_t N = offsetToAlignment(TableOff, Align(alignof(offset_type))); in Emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | BranchRelaxation.cpp | 75 return PO + offsetToAlignment(PO, Alignment); in postOffset() 79 return PO + Alignment.value() + offsetToAlignment(PO, Alignment); in postOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MachObjectWriter.cpp | 130 return offsetToAlignment(EndAddr, Align(NextSec.getAlignment())); in getPaddingSize() 449 offsetToAlignment(BytesWritten, is64Bit() ? Align(8) : Align(4))); in writeLinkerOptionsLoadCommand() 838 offsetToAlignment(SectionDataFileSize, Align(4)); in writeObject() 1004 offsetToAlignment(LOHRawSize, is64Bit() ? Align(8) : Align(4))); in writeObject()
|
D | MCAssembler.cpp | 326 unsigned Size = offsetToAlignment(Offset, Align(AF.getAlignment())); in computeFragmentSize() 1017 ? offsetToAlignment(AlignedOffset, BoundaryAlignment) in relaxBoundaryAlign()
|
D | ELFObjectWriter.cpp | 340 uint64_t Padding = offsetToAlignment(W.OS.tell(), Align(Alignment)); in align()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 1889 if (offsetToAlignment(Offset.getImm(), in processInstruction() 1919 if (offsetToAlignment(Offset.getImm(), in processInstruction() 1935 if (offsetToAlignment(Offset.getImm(), Align(4))) in processInstruction() 1948 if (offsetToAlignment(Offset.getImm(), Align(4))) in processInstruction() 1959 if (offsetToAlignment(Offset.getImm(), Align(4))) in processInstruction() 1972 if (offsetToAlignment(Offset.getImm(), Align(2))) in processInstruction() 3563 if (offsetToAlignment(Offset.getImm(), Align(2))) in expandUncondBranchMMPseudo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 958 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 751 offsetToAlignment((uint64_t)Addr, Align(Alignment)); in emitCommonSymbols()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 1045 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 2662 offsetToAlignment(sizeof(int32_t) + ContentSize, Align(TupleSize)); in emitDebugARanges()
|