Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp610 std::vector<Chunk *> &SrcVect = Pair.second; in fixGnuImportChunks() local
612 DestVect.insert(DestVect.end(), SrcVect.begin(), SrcVect.end()); in fixGnuImportChunks()
613 SrcVect.clear(); in fixGnuImportChunks()