Home | History | Annotate | Download | only in Linker

Lines Matching refs:LibPaths

28   LibPaths(),
36 LibPaths(),
69 LibPaths.push_back(path);
75 LibPaths.push_back(sys::Path(paths[i]));
80 sys::Path::GetBitcodeLibraryPaths(LibPaths);
81 LibPaths.insert(LibPaths.begin(),sys::Path("./"));
87 LibPaths.clear();
162 /// library suffixes, in each of the directories in LibPaths. Returns an empty
175 for (unsigned Index = 0; Index != LibPaths.size(); ++Index) {
176 sys::Path Directory(LibPaths[Index]);