Home
last modified time | relevance | path

Searched refs:Lib (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp446 auto GetComponentLibraryNameSlice = [&](const StringRef &Lib, in main()
448 if (Lib.startswith("lib")) { in main()
450 if (Lib.endswith(StaticExt)) { in main()
452 } else if (Lib.endswith(SharedExt)) { in main()
459 Out = Lib.slice(3, Lib.size() - FromEnd); in main()
467 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() argument
471 if (Lib == DyLibName) { in main()
475 assert(Lib.endswith(SharedExt) && "DyLib is missing suffix"); in main()
476 LibFileName = std::string(Lib); in main()
478 LibFileName = (SharedPrefix + Lib + "." + SharedExt).str(); in main()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/netbsd-src/external/gpl3/binutils/dist/zlib/old/
H A Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/netbsd-src/external/bsd/libpcap/dist/cmake/Modules/
H A DFindAirPcap.cmake31 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
33 # Lib/x64 directory.
35 # The only way to *FORCE* CMake to look in the Lib/x64 directory
36 # without searching in the Lib directory first appears to be to set
H A DFindPacket.cmake53 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
55 # Lib/x64 directory.
57 # The only way to *FORCE* CMake to look in the Lib/x64 directory
58 # without searching in the Lib directory first appears to be to set
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cpp31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary()
45 Lib *lib = &libs_[i]; in OnLibraryLoaded()
56 Lib *lib = &libs_[i]; in OnLibraryLoaded()
H A Dsanitizer_libignore.h52 struct Lib { struct
82 Lib libs_[kMaxLibs];
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc32 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary()
46 Lib *lib = &libs_[i]; in OnLibraryLoaded()
57 Lib *lib = &libs_[i]; in OnLibraryLoaded()
H A Dsanitizer_libignore.h53 struct Lib { struct
83 Lib libs_[kMaxLibs];
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc30 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary()
44 Lib *lib = &libs_[i]; in OnLibraryLoaded()
55 Lib *lib = &libs_[i]; in OnLibraryLoaded()
H A Dsanitizer_libignore.h51 struct Lib { struct
81 Lib libs_[kMaxLibs];
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp404 toolchains::MSVCToolChain::SubDirectoryType::Lib))); in ConstructJob()
407 TC.getSubDirectoryPath(toolchains::MSVCToolChain::SubDirectoryType::Lib, in ConstructJob()
479 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob()
480 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
494 for (const auto &Lib : {"asan", "asan_cxx"}) { in ConstructJob()
495 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
500 TC.getCompilerRT(Args, Lib))); in ConstructJob()
560 StringRef Lib = A.getValue(); in ConstructJob() local
562 if (Lib.endswith(".lib")) in ConstructJob()
563 LinkLibArg = Args.MakeArgString(Lib); in ConstructJob()
[all …]
H A DMinGW.cpp88 for (auto Lib : Args.getAllArgValues(options::OPT_l)) in AddLibGCC() local
89 if (StringRef(Lib).startswith("msvcr") || StringRef(Lib).startswith("ucrt")) in AddLibGCC()
226 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
227 if (Lib == "windowsapp") { in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp76 DynamicLibrary Lib = in CheckerRegistry() local
78 if (!Lib.isValid()) { in CheckerRegistry()
85 Lib.getAddressOfSymbol("clang_analyzerAPIVersionString")); in CheckerRegistry()
99 Lib.getAddressOfSymbol("clang_registerCheckers")); in CheckerRegistry()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp678 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local
680 if (!Thin || Lib.isThin()) { in addChildMember()
683 for (auto &Child : Lib.children(Err)) in addChildMember()
716 object::Archive &Lib = readLibrary(FileName); in addMember() local
718 if (!Thin || Lib.isThin()) { in addMember()
721 for (auto &Child : Lib.children(Err)) in addMember()
1066 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local
1069 for (auto &Member : Lib.children(Err)) in runMRIScript()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp297 StringRef Lib; in ParseDirectiveIncludelib() local
298 if (getParser().parseIdentifier(Lib)) in ParseDirectiveIncludelib()
307 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DInterfaceFile.cpp57 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
58 Lib->addTarget(Target); in addReexportedLibrary()
H A DTextStub.cpp645 for (const auto &Lib : Section.AllowableClients) in denormalize() local
647 File->addAllowableClient(Lib, Target); in denormalize()
649 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local
651 File->addReexportedLibrary(Lib, Target); in denormalize()
937 for (const auto &Lib : CurrentSection.Values) in denormalize() local
939 File->addReexportedLibrary(Lib, Target); in denormalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp230 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
231 if (!Lib.isValid()) in Load()
234 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/Platformx64/
H A DToolset.props7 … == ''">$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64</LibraryPath>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/Platformx86/
H A DToolset.props7 … == ''">$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86</LibraryPath>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2324 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
2406 Lib = Name.slice(b, Idx); in guessLibraryShortName()
2410 Lib = Name.slice(b, a); in guessLibraryShortName()
2414 Lib = Name.slice(b, a); in guessLibraryShortName()
2417 if (Lib.size() >= 3) { in guessLibraryShortName()
2418 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2420 Lib = Lib.slice(0, Lib.size()-2); in guessLibraryShortName()
2422 return Lib; in guessLibraryShortName()
2430 Lib = Name.slice(0, a); in guessLibraryShortName()
2432 Lib = Name.slice(b+1, a); in guessLibraryShortName()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp196 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
197 DynStr.Content.add(Lib); in ELFStubBuilder()
230 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
231 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()

1234