Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDOffloadBinary.cpp45 if (!isAddrAligned(Align(OffloadBinary::getAlignment()), in extractOffloadFiles()
156 if (!isAddrAligned(Align(OffloadBinary::getAlignment()), in extractFromArchive()
183 if (!isAddrAligned(Align(getAlignment()), Buf.getBufferStart())) in create()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBinaryStreamReader.h192 assert(isAddrAligned(Align::Of<T>(), Bytes.data()) && in readArray()
HDBinaryStreamArray.h291 assert(isAddrAligned(Align::Of<T>(), Data.data()));
HDAlignment.h150 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h1327 assert(isAddrAligned(Align(8), this) && "Function record not aligned"); in advanceByOne()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp1160 assert(isAddrAligned(RecordAlignment, FuncRecordsBuffer) && in loadBinaryFormat()