Searched refs:SharedLibs (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
| H A D | ToolRunner.cpp | 160 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 170 const std::vector<std::string> &SharedLibs, in ExecuteProgram() argument 176 for (std::vector<std::string>::const_iterator i = SharedLibs.begin(), in ExecuteProgram() 177 e = SharedLibs.end(); in ExecuteProgram() 256 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), in ExecuteProgram() argument 305 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 314 const std::vector<std::string> &SharedLibs, unsigned Timeout, in ExecuteProgram() argument 487 const std::vector<std::string> &SharedLibs, in ExecuteProgram() argument 498 llvm::append_range(CCArgs, SharedLibs); in ExecuteProgram() 548 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), [all …]
|
| H A D | ToolRunner.h | 139 const std::vector<std::string> &SharedLibs = std::vector<std::string>(), 173 const std::vector<std::string> &SharedLibs = std::vector<std::string>(),
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | State.pm | 150 require OpenBSD::SharedLibs; 151 return $self->{shlibs} //= OpenBSD::SharedLibs->new($self);
|
| H A D | SharedLibs.pm | 36 package OpenBSD::SharedLibs;
|
| H A D | Intro.pod | 197 Specificities of shared libraries are handled by L<OpenBSD::SharedLibs(3p)>. 525 =item OpenBSD::SharedLibs
|
| /openbsd-src/usr.sbin/pkg_add/ |
| H A D | Makefile | 65 OpenBSD/SharedLibs.pm \
|