Searched refs:offsetToAlignedAddr (Results 1 – 3 of 3) sorted by relevance
509 Buf += offsetToAlignedAddr(Buf, Align(8)); in readFunctionRecords()651 size_t Pad = offsetToAlignedAddr(CoverageMapping.data(), Align(8)); in loadTestingFormat()
199 inline uint64_t offsetToAlignedAddr(const void *Addr, Align Alignment) { in offsetToAlignedAddr() function
219 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); in Allocate()