Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp38 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
39 Lib->addTarget(Target); in addReexportedLibrary()
184 for (const auto &Lib : allowableClients()) in merge() local
185 for (const auto &Target : Lib.targets()) in merge()
186 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
188 for (const auto &Lib : O->allowableClients()) in merge() local
189 for (const auto &Target : Lib.targets()) in merge()
190 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
192 for (const auto &Lib : reexportedLibraries()) in merge() local
193 for (const auto &Target : Lib.targets()) in merge()
[all …]
H A DTextStubV5.cpp664 for (auto &[Lib, Targets] : Clients) in parseToInterfaceFile()
666 F->addAllowableClient(Lib, Target); in parseToInterfaceFile()
667 for (auto &[Lib, Targets] : ReexportLibs) in parseToInterfaceFile()
669 F->addReexportedLibrary(Lib, Target); in parseToInterfaceFile()
670 for (auto &[Lib, Targets] : Umbrellas) in parseToInterfaceFile()
672 F->addParentUmbrella(Target, Lib); in parseToInterfaceFile()
695 for (auto Lib : *Files) { in getInlinedLibs()
696 auto IFOrErr = parseToInterfaceFile(Lib.getAsObject()); in getInlinedLibs()
H A DTextStub.cpp607 for (const auto &Lib : Section.AllowableClients) in denormalize() local
609 File->addAllowableClient(Lib, Target); in denormalize()
611 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local
613 File->addReexportedLibrary(Lib, Target); in denormalize()
890 for (const auto &Lib : CurrentSection.Values) in denormalize() local
892 File->addReexportedLibrary(Lib, Target); in denormalize()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp21 for (const Library &Lib : Libraries) in getHeaders() local
22 llvm::append_range(Headers, Lib.Headers); in getHeaders()
50 Library &Lib = getOrCreateLibrary(Directory, Libraries); in scanForUnwrappedLibraries() local
51 Lib.IsUnwrappedDylib = true; in scanForUnwrappedLibraries()
54 if (Error Err = scanHeaders(DirPublic->getName(), Lib, HeaderType::Public, in scanForUnwrappedLibraries()
59 if (Error Err = scanHeaders(DirPrivate->getName(), Lib, HeaderType::Private, in scanForUnwrappedLibraries()
90 Error DirectoryScanner::scanHeaders(StringRef Path, Library &Lib, in scanHeaders() argument
122 Lib.addHeaderFile(HeaderPath, Type, in scanHeaders()
133 return scanHeaders(Dir, Lib, Type, BasePath, ParentPath); in scanHeaders()
184 Library &Lib) const { in scanFrameworkVersionsDirectory()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp89 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 DCOFFPlatform.cpp299 for (auto &Lib : *ImportedLibs) in setupJITDylib()
300 if (auto Err = LoadDynLibrary(JD, Lib)) in setupJITDylib()
412 for (auto &Lib : OrcRuntimeGenerator->getImportedDynamicLibraries()) in COFFPlatform() local
413 DylibsToPreload.insert(Lib); in COFFPlatform()
423 for (auto &Lib : *ImportedLibs) in COFFPlatform()
424 DylibsToPreload.insert(Lib); in COFFPlatform()
435 for (auto& Lib : DylibsToPreload) in COFFPlatform() local
436 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform()
/freebsd/contrib/libpcap/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
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp203 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/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];
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h66 llvm::Error scanHeaders(StringRef Path, Library &Lib, HeaderType Type,
72 Library &Lib) const;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp117 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib))); in ConstructJob()
120 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib, "atlmfc"))); in ConstructJob()
206 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob()
207 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
221 for (const auto &Lib : {"asan", "asan_cxx"}) { in ConstructJob()
222 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
227 TC.getCompilerRT(Args, Lib))); in ConstructJob()
308 StringRef Lib = A.getValue(); in ConstructJob() local
310 if (Lib.ends_with(".lib")) in ConstructJob()
311 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).starts_with("msvcr") || in AddLibGCC()
90 StringRef(Lib).starts_with("ucrt") || in AddLibGCC()
91 StringRef(Lib).starts_with("crtdll")) in AddLibGCC()
271 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
272 if (Lib == "windowsapp") { in ConstructJob()
H A DCommonArgs.cpp2364 StringRef Lib, StringRef Arch, StringRef Target, in SDLSearch() argument
2390 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch()
2391 Twine(Lib + "-" + Arch).str(), Twine(Lib).str()}) { in SDLSearch()
2405 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch()
2406 Twine(Lib + "-" + Arch).str()}) { in SDLSearch()
2443 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib, in GetSDLFromOffloadArchive() argument
2456 if (!Lib.starts_with(":") && !Lib.starts_with("-l")) { in GetSDLFromOffloadArchive()
2457 if (llvm::sys::fs::exists(Lib)) { in GetSDLFromOffloadArchive()
2458 ArchiveOfBundles = Lib; in GetSDLFromOffloadArchive()
2462 Lib.consume_front("-l"); in GetSDLFromOffloadArchive()
[all …]
H A DCrossWindows.cpp194 for (const auto &Lib : {"asan_dynamic", "asan_dynamic_runtime_thunk"}) in ConstructJob()
195 CmdArgs.push_back(TC.getCompilerRTArgString(Args, Lib)); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp771 object::Archive &Lib = readLibrary(*FileNameOrErr); in addChildMember() local
773 if (!Thin || Lib.isThin()) { in addChildMember()
776 for (auto &Child : Lib.children(Err)) in addChildMember()
823 object::Archive &Lib = readLibrary(FileName); in addMember() local
825 if (!Thin || Lib.isThin()) { in addMember()
828 for (auto &Child : Lib.children(Err)) in addMember()
1220 object::Archive &Lib = readLibrary(Rest); in runMRIScript() local
1222 if (Thin && !Lib.isThin()) in runMRIScript()
1225 for (auto &Member : Lib.children(Err)) in runMRIScript()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp107 #define OMPT_DLCLOSE(Lib) FreeLibrary(Lib) argument
110 #define OMPT_DLCLOSE(Lib) dlclose(Lib) argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h110 static void closeLibrary(DynamicLibrary &Lib);
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp386 StringRef Lib; in ParseDirectiveIncludelib() local
387 if (getParser().parseIdentifier(Lib)) in ParseDirectiveIncludelib()
395 getStreamer().emitBytes(Lib); in ParseDirectiveIncludelib()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp97 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() argument
103 Opt += Lib; in getDependentLibraryOption()
H A DModuleBuilder.cpp168 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize()
169 Builder->AddDependentLib(Lib); in Initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h27 Lib, enumerator
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp195 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
196 DynStr.Content.add(Lib); in ELFStubBuilder()
231 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder() local
232 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
2511 Lib = Name.slice(b, Idx); in guessLibraryShortName()
2515 Lib = Name.slice(b, a); in guessLibraryShortName()
2519 Lib = Name.slice(b, a); in guessLibraryShortName()
2522 if (Lib.size() >= 3) { in guessLibraryShortName()
2523 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2525 Lib = Lib.slice(0, Lib.size()-2); in guessLibraryShortName()
2527 return Lib; in guessLibraryShortName()
2535 Lib = Name.slice(0, a); in guessLibraryShortName()
2537 Lib = Name.slice(b+1, a); in guessLibraryShortName()
[all …]

123