Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp890 copyAndAlignSymbol(const CVSymbol &Sym, MutableArrayRef<uint8_t> &AlignedMem) { in copyAndAlignSymbol() argument
894 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()