Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DPDB.cpp365 copyAndAlignSymbol(const CVSymbol &sym, MutableArrayRef<uint8_t> &alignedMem) { in copyAndAlignSymbol() argument
369 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()