| /openbsd-src/gnu/llvm/llvm/tools/llvm-config/ |
| H A D | llvm-config.cpp | 466 auto GetComponentLibraryNameSlice = [&](const StringRef &Lib, in main() 468 if (Lib.startswith("lib")) { in main() 470 if (Lib.endswith(StaticExt)) { in main() 472 } else if (Lib.endswith(SharedExt)) { in main() 479 Out = Lib.slice(3, Lib.size() - FromEnd); in main() 487 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() argument 491 if (Lib == DyLibName) { in main() 495 assert(Lib.endswith(SharedExt) && "DyLib is missing suffix"); in main() 496 LibFileName = std::string(Lib); in main() 498 LibFileName = (SharedPrefix + Lib + "." + SharedExt).str(); in main() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFVCRuntimeSupport.cpp | 89 for (auto &Lib : (*G)->getImportedDynamicLibraries()) in loadVCRuntime() 90 ImportedLibraries.push_back(Lib); in loadVCRuntime() 96 for (auto &Lib : UCRTLibs) in loadVCRuntime() local 97 if (auto Err = LoadLibrary(Path.UCRTSdkLib, Lib)) in loadVCRuntime() 100 for (auto &Lib : VCLibs) in loadVCRuntime() local 101 if (auto Err = LoadLibrary(Path.VCToolchainLib, Lib)) in loadVCRuntime()
|
| H A D | COFFPlatform.cpp | 266 for (auto &Lib : *ImportedLibs) in setupJITDylib() 267 if (auto Err = LoadDynLibrary(JD, Lib)) in setupJITDylib() 394 for (auto &Lib : (*OrcRuntimeArchiveGenerator)->getImportedDynamicLibraries()) in COFFPlatform() 395 DylibsToPreload.insert(Lib); in COFFPlatform() 405 for (auto &Lib : *ImportedLibs) in COFFPlatform() 406 DylibsToPreload.insert(Lib); in COFFPlatform() 417 for (auto& Lib : DylibsToPreload) in COFFPlatform() local 418 if (auto E2 = LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 203 void DynamicLibrary::closeLibrary(DynamicLibrary &Lib) { in closeLibrary() argument 206 if (Lib.isValid()) { in closeLibrary() 207 G.OpenedTemporaryHandles.CloseLibrary(Lib.Data); in closeLibrary() 208 Lib.Data = &Invalid; in closeLibrary()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 45 Lib *lib = &libs_[i]; in OnLibraryLoaded() 56 Lib *lib = &libs_[i]; in OnLibraryLoaded()
|
| H A D | sanitizer_libignore.h | 52 struct Lib { struct 82 Lib libs_[kMaxLibs];
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.cpp | 112 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib))); in ConstructJob() 115 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib, "atlmfc"))); in ConstructJob() 201 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob() 202 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob() 216 for (const auto &Lib : {"asan", "asan_cxx"}) { in ConstructJob() 217 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob() 222 TC.getCompilerRT(Args, Lib))); in ConstructJob() 283 StringRef Lib = A.getValue(); in ConstructJob() local 285 if (Lib.endswith(".lib")) in ConstructJob() 286 LinkLibArg = Args.MakeArgString(Lib); in ConstructJob() [all …]
|
| H A D | CommonArgs.cpp | 1893 SmallVector<std::string, 8> LibraryPaths, std::string Lib, in SDLSearch() argument 1920 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch() 1921 Twine(Lib + "-" + Arch).str(), Twine(Lib).str()}) { in SDLSearch() 1935 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch() 1936 Twine(Lib + "-" + Arch).str()}) { in SDLSearch() 1975 StringRef Lib, StringRef Arch, StringRef Target, bool isBitCodeSDL, in GetSDLFromOffloadArchive() argument 1988 if (!Lib.startswith(":") && !Lib.startswith("-l")) { in GetSDLFromOffloadArchive() 1989 if (llvm::sys::fs::exists(Lib)) { in GetSDLFromOffloadArchive() 1990 ArchiveOfBundles = Lib; in GetSDLFromOffloadArchive() 1994 if (Lib.startswith("-l")) in GetSDLFromOffloadArchive() [all …]
|
| H A D | MinGW.cpp | 88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) in AddLibGCC() local 89 if (StringRef(Lib).startswith("msvcr") || in AddLibGCC() 90 StringRef(Lib).startswith("ucrt") || in AddLibGCC() 91 StringRef(Lib).startswith("crtdll")) in AddLibGCC() 260 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local 261 if (Lib == "windowsapp") { in ConstructJob()
|
| H A D | CrossWindows.cpp | 193 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob() 194 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
|
| H A D | CommonArgs.h | 76 SmallVector<std::string, 8> LibraryPaths, std::string Lib, 85 StringRef Lib, StringRef Arch, StringRef Target,
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 794 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local 796 if (!Thin || Lib.isThin()) { in addChildMember() 799 for (auto &Child : Lib.children(Err)) in addChildMember() 846 object::Archive &Lib = readLibrary(FileName); in addMember() local 848 if (!Thin || Lib.isThin()) { in addMember() 851 for (auto &Child : Lib.children(Err)) in addMember() 1211 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local 1213 if (Thin && !Lib.isThin()) in runMRIScript() 1216 for (auto &Member : Lib.children(Err)) in runMRIScript()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 75 DynamicLibrary Lib = in CheckerRegistry() local 77 if (!Lib.isValid()) { in CheckerRegistry() 84 Lib.getAddressOfSymbol("clang_analyzerAPIVersionString")); in CheckerRegistry() 98 Lib.getAddressOfSymbol("clang_registerCheckers")); in CheckerRegistry()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/Lib/ |
| H A D | TestUtil.pm | 3 package Math::BigInt::Lib::TestUtil;
|
| H A D | Minimal.pm | 4 package Math::BigInt::Lib::Minimal; 11 use Math::BigInt::Lib;
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local 58 Lib->addTarget(Target); in addReexportedLibrary()
|
| H A D | TextStub.cpp | 644 for (const auto &Lib : Section.AllowableClients) in denormalize() local 646 File->addAllowableClient(Lib, Target); in denormalize() 648 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local 650 File->addReexportedLibrary(Lib, Target); in denormalize() 936 for (const auto &Lib : CurrentSection.Values) in denormalize() local 938 File->addReexportedLibrary(Lib, Target); in denormalize()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | DynamicLibrary.h | 110 static void closeLibrary(DynamicLibrary &Lib);
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 392 StringRef Lib; in ParseDirectiveIncludelib() local 393 if (getParser().parseIdentifier(Lib)) in ParseDirectiveIncludelib() 402 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 168 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize() 169 Builder->AddDependentLib(Lib); in Initialize()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/WindowsDriver/ |
| H A D | MSVCPaths.h | 27 Lib, enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | import-bigfloat.t | 59 foreach (qw/L LIB Lib T Trace TRACE V Version VERSION/) {
|
| H A D | import-bigint.t | 59 foreach (qw/L LIB Lib T Trace TRACE V Version VERSION/) {
|
| H A D | import-bignum.t | 59 foreach (qw/L LIB Lib T Trace TRACE V Version VERSION/) {
|
| H A D | import-bigrat.t | 59 foreach (qw/L LIB Lib T Trace TRACE V Version VERSION/) {
|