Searched refs:alignedMem (Results 1 – 1 of 1) sorted by relevance
365 copyAndAlignSymbol(const CVSymbol &sym, MutableArrayRef<uint8_t> &alignedMem) { in copyAndAlignSymbol() argument369 assert(alignedMem.size() >= size && "didn't preallocate enough"); in copyAndAlignSymbol()372 MutableArrayRef<uint8_t> newData = alignedMem.take_front(size); in copyAndAlignSymbol()373 alignedMem = alignedMem.drop_front(size); in copyAndAlignSymbol()