Searched refs:AlignedMem (Results 1 – 1 of 1) sorted by relevance
890 copyAndAlignSymbol(const CVSymbol &Sym, MutableArrayRef<uint8_t> &AlignedMem) { in copyAndAlignSymbol() argument894 assert(AlignedMem.size() >= Size && "didn't preallocate enough"); in copyAndAlignSymbol()897 MutableArrayRef<uint8_t> NewData = AlignedMem.take_front(Size); in copyAndAlignSymbol()898 AlignedMem = AlignedMem.drop_front(Size); in copyAndAlignSymbol()