Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.h35 std::vector<Chunk *> auxIatCopy; variable
52 ArrayRef<Chunk *> getAuxIatCopy() { return auxIatCopy; } in getAuxIatCopy()
73 std::vector<Chunk *> auxIatCopy; variable
H A DDLL.cpp842 auxIatCopy.push_back(chunk); in create()
847 auxIatCopy.push_back(make<NullChunk>(ctx)); in create()
858 auxIatCopy.push_back(make<NullChunk>(ctx)); in create()
992 auxIatCopy.push_back(chunk); in create()
997 auxIatCopy.push_back(make<NullChunk>(ctx)); in create()
1017 auxIatCopy.push_back(make<NullChunk>(ctx, 8)); in create()
H A DWriter.cpp945 if (!idata.auxIatCopy.empty()) in addSyntheticIdata()
946 add(".idata$a", idata.auxIatCopy); in addSyntheticIdata()
2476 idata.auxIatCopy.empty() ? nullptr : idata.auxIatCopy.front()); in setECSymbols()