Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp147 BTFType.Size = roundupToBytes(SizeInBits); in BTFTypeInt()
169 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum()
208 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum64()
281 BTFType.Size = roundupToBytes(STy->getSizeInBits()); in BTFTypeStruct()
431 BTFType.Size = roundupToBytes(SizeInBits); in BTFTypeFloat()
H A DBTFDebug.h51 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes() function