Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DDriver.h94 void enqueuePath(StringRef path, bool wholeArchive, bool lazy);
138 void addBuffer(std::unique_ptr<MemoryBuffer> mb, bool wholeArchive,
DDriver.cpp193 bool wholeArchive, bool lazy) { in addBuffer() argument
205 if (wholeArchive) { in addBuffer()
250 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath() argument
270 driver->addBuffer(std::move(mbOrErr.first), wholeArchive, lazy); in enqueuePath()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp115 StringRef path, bool wholeArchive, in loadFile() argument
136 if (wholeArchive) in loadFile()