Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.h35 std::vector<Chunk *> DLLNames; variable
63 std::vector<Chunk *> DLLNames; variable
H A DDLL.cpp521 DLLNames.push_back(make<StringChunk>(Syms[0]->getDLLName())); in create()
522 auto *Dir = make<ImportDirectoryChunk>(DLLNames.back()); in create()
536 V.insert(V.end(), DLLNames.begin(), DLLNames.end()); in getChunks()
558 DLLNames.push_back(make<StringChunk>(Syms[0]->getDLLName())); in create()
559 auto *Dir = make<DelayDirectoryChunk>(DLLNames.back()); in create()
H A DWriter.cpp670 Add(".idata$7", Idata.DLLNames); in addSyntheticIdata()