Searched refs:enqueuePath (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lld/COFF/ |
H A D | Driver.h | 94 void enqueuePDB(StringRef Path) { enqueuePath(Path, false, false); } in enqueuePDB() 98 void enqueuePath(StringRef path, bool wholeArchive, bool lazy);
|
H A D | Driver.cpp | 236 void LinkerDriver::enqueuePath(StringRef path, bool wholeArchive, bool lazy) { in enqueuePath() function in lld::coff::LinkerDriver 393 enqueuePath(*path, false, false); in parseDirectives() 1998 enqueuePath(*path, true, inLib); in linkerMain() 2002 enqueuePath(*path, isWholeArchive(*path), inLib); in linkerMain() 2028 enqueuePath(*path, false, false); in linkerMain()
|