Searched refs:enqueuePath (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | Driver.h | 90 void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false); } in enqueuePDB() 94 void enqueuePath(StringRef path, bool wholeArchive, bool lazy);
|
D | Driver.cpp | 250 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath() function in lld::coff::LinkerDriver 392 enqueuePath(*path, false, false); in parseDirectives() 1781 enqueuePath(*path, true, inLib); in link() 1785 enqueuePath(*path, isWholeArchive(*path), inLib); in link() 1797 enqueuePath(*path, false, false); in link()
|