Searched refs:wholeArchive (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | Driver.h | 94 void enqueuePath(StringRef path, bool wholeArchive, bool lazy); 138 void addBuffer(std::unique_ptr<MemoryBuffer> mb, bool wholeArchive,
|
D | Driver.cpp | 193 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/ |
D | DarwinLdDriver.cpp | 115 StringRef path, bool wholeArchive, in loadFile() argument 136 if (wholeArchive) in loadFile()
|