Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DWriter.cpp611 std::vector<Chunk *> &DestVect = Map[{SectionName, RDATA}]; in fixGnuImportChunks() local
612 DestVect.insert(DestVect.end(), SrcVect.begin(), SrcVect.end()); in fixGnuImportChunks()
660 std::vector<Chunk *> &DestVect = Map[{N, RDATA}]; in addSyntheticIdata() local
661 DestVect.insert(DestVect.end(), V.begin(), V.end()); in addSyntheticIdata()