Home
last modified time | relevance | path

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/
DArchiveWriter.cpp180 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/
DPPCBranchSelector.cpp91 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/
DAlignment.h193 inline uint64_t offsetToAlignment(uint64_t Value, Align Alignment) { in offsetToAlignment() function
200 return offsetToAlignment(reinterpret_cast<uintptr_t>(Addr), Alignment); in offsetToAlignedAddr()
DOnDiskHashTable.h211 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/
DBranchRelaxation.cpp75 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/
DMachObjectWriter.cpp130 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()
DMCAssembler.cpp326 unsigned Size = offsetToAlignment(Offset, Align(AF.getAlignment())); in computeFragmentSize()
1017 ? offsetToAlignment(AlignedOffset, BoundaryAlignment) in relaxBoundaryAlign()
DELFObjectWriter.cpp340 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/
DMipsAsmParser.cpp1889 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/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp751 offsetToAlignment((uint64_t)Addr, Align(Alignment)); in emitCommonSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp958 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1045 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp2662 offsetToAlignment(sizeof(int32_t) + ContentSize, Align(TupleSize)); in emitDebugARanges()