Home
last modified time | relevance | path

Searched refs:OffsetToAlignment (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceUtils.h96 inline uint64_t OffsetToAlignment(uint64_t Pos, uint64_t Align) { in OffsetToAlignment() function
DIceASanInstrumentation.cpp114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals()
278 SizeT RzPadding = RzSize + Utils::OffsetToAlignment(VarSize, RzSize); in instrumentFuncStart()
DIceAssembler.h273 padWithNop(Utils::OffsetToAlignment(Buffer.getPosition(), Align)); in alignCfgNode()
DIceELFSection.cpp60 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(Header.sh_size, Align); in padToAlignment()
DIceAssemblerMIPS32.h321 SizeT BytesNeeded = Utils::OffsetToAlignment(Buffer.getPosition(), Align); in alignFunction()
DIceELFObjectWriter.cpp205 Elf64_Xword AlignDiff = Utils::OffsetToAlignment(OffsetInFile, Align); in alignFileOffset()
DIceAssemblerARM32.h116 SizeT BytesNeeded = Utils::OffsetToAlignment(Buffer.getPosition(), Align); in alignFunction()
DIceAssemblerX8632.cpp131 SizeT BytesNeeded = Utils::OffsetToAlignment(Buffer.getPosition(), Align); in alignFunction()
DIceAssemblerX8664.cpp116 SizeT BytesNeeded = Utils::OffsetToAlignment(Buffer.getPosition(), Align); in alignFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h709 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) {