Home
last modified time | relevance | path

Searched refs:isAddrAligned (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamReader.h201 assert(isAddrAligned(Align::Of<T>(), Bytes.data()) && in readArray()
H A DBinaryStreamArray.h294 assert(isAddrAligned(Align::Of<T>(), Data.data()));
H A DAlignment.h143 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h959 assert(isAddrAligned(Align(8), this) && "Function record not aligned"); in advanceByOne()