Searched refs:roundupToBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp136 BTFType.Size = roundupToBytes(SizeInBits);
157 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
222 BTFType.Size = roundupToBytes(STy->getSizeInBits());
H A DBTFDebug.h45 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } function in class:llvm::BTFTypeBase

Completed in 115 milliseconds