Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp119 BTFType.Size = roundupToBytes(SizeInBits); in BTFTypeInt()
136 BTFType.Size = roundupToBytes(ETy->getSizeInBits()); in BTFTypeEnum()
215 BTFType.Size = roundupToBytes(STy->getSizeInBits()); in BTFTypeStruct()
H A DBTFDebug.h43 uint32_t roundupToBytes(uint32_t NumBits) { return (NumBits + 7) >> 3; } in roundupToBytes() function