Home
last modified time | relevance | path

Searched refs:SharedLibs (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp160 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 DToolRunner.h139 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 DState.pm150 require OpenBSD::SharedLibs;
151 return $self->{shlibs} //= OpenBSD::SharedLibs->new($self);
H A DSharedLibs.pm36 package OpenBSD::SharedLibs;
H A DIntro.pod197 Specificities of shared libraries are handled by L<OpenBSD::SharedLibs(3p)>.
525 =item OpenBSD::SharedLibs
/openbsd-src/usr.sbin/pkg_add/
H A DMakefile65 OpenBSD/SharedLibs.pm \