Searched refs:auxIatCopy (Results 1 – 3 of 3) sorted by relevance
35 std::vector<Chunk *> auxIatCopy; variable52 ArrayRef<Chunk *> getAuxIatCopy() { return auxIatCopy; } in getAuxIatCopy()73 std::vector<Chunk *> auxIatCopy; variable
842 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()
945 if (!idata.auxIatCopy.empty()) in addSyntheticIdata()946 add(".idata$a", idata.auxIatCopy); in addSyntheticIdata()2476 idata.auxIatCopy.empty() ? nullptr : idata.auxIatCopy.front()); in setECSymbols()