Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp36 auto Lib = addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
37 Lib->addTarget(Target); in addReexportedLibrary()
182 for (const auto &Lib : allowableClients()) in merge() local
183 for (const auto &Target : Lib.targets()) in merge()
184 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
186 for (const auto &Lib : O->allowableClients()) in merge() local
187 for (const auto &Target : Lib.targets()) in merge()
188 IF->addAllowableClient(Lib.getInstallName(), Target); in merge()
190 for (const auto &Lib : reexportedLibraries()) in merge() local
191 for (const auto &Target : Lib.targets()) in merge()
[all …]
H A DTextStubV5.cpp692 for (auto &[Lib, Targets] : Clients) in parseToInterfaceFile()
694 F->addAllowableClient(Lib, Target); in parseToInterfaceFile()
695 for (auto &[Lib, Targets] : ReexportLibs) in parseToInterfaceFile()
697 F->addReexportedLibrary(Lib, Target); in parseToInterfaceFile()
698 for (auto &[Lib, Targets] : Umbrellas) in parseToInterfaceFile()
700 F->addParentUmbrella(Target, Lib); in parseToInterfaceFile()
723 for (auto Lib : *Files) { in getInlinedLibs()
724 auto IFOrErr = parseToInterfaceFile(Lib.getAsObject()); in getInlinedLibs()
H A DTextStub.cpp606 for (const auto &Lib : Section.AllowableClients) in denormalize() local
608 File->addAllowableClient(Lib, Target); in denormalize()
610 for (const auto &Lib : Section.ReexportedLibraries) in denormalize() local
612 File->addReexportedLibrary(Lib, Target); in denormalize()
889 for (const auto &Lib : CurrentSection.Values) in denormalize() local
891 File->addReexportedLibrary(Lib, Target); in denormalize()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp20 for (const Library &Lib : Libraries) in getHeaders() local
21 llvm::append_range(Headers, Lib.Headers); in getHeaders()
49 Library &Lib = getOrCreateLibrary(Directory, Libraries); in scanForUnwrappedLibraries() local
50 Lib.IsUnwrappedDylib = true; in scanForUnwrappedLibraries()
53 if (Error Err = scanHeaders(DirPublic->getName(), Lib, HeaderType::Public, in scanForUnwrappedLibraries()
58 if (Error Err = scanHeaders(DirPrivate->getName(), Lib, HeaderType::Private, in scanForUnwrappedLibraries()
89 Error DirectoryScanner::scanHeaders(StringRef Path, Library &Lib, in scanHeaders() argument
121 Lib.addHeaderFile(HeaderPath, Type, in scanHeaders()
132 if (Error Err = scanHeaders(Dir, Lib, Type, BasePath, ParentPath)) in scanHeaders()
184 Library &Lib) const { in scanFrameworkVersionsDirectory()
[all …]
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindPacket.cmake53 # Lib directory for the libraries, as the libraries are in
54 # the Lib directory
60 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
62 # platforms are in subdirectories of the Lib directory whose names
66 # subdirectory of Lib for libraries without searching in the
67 # Lib directory first appears to be to set
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
/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/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp98 for (auto &Lib : UCRTLibs) in loadVCRuntime() local
99 if (auto Err = LoadLibrary(Path.UCRTSdkLib, Lib)) in loadVCRuntime()
102 for (auto &Lib : VCLibs) in loadVCRuntime() local
103 if (auto Err = LoadLibrary(Path.VCToolchainLib, Lib)) in loadVCRuntime()
H A DCOFFPlatform.cpp296 for (auto &Lib : *ImportedLibs) in setupJITDylib()
297 if (auto Err = LoadDynLibrary(JD, Lib)) in setupJITDylib()
418 for (auto &Lib : *ImportedLibs) in COFFPlatform()
419 DylibsToPreload.insert(Lib); in COFFPlatform()
430 for (auto& Lib : DylibsToPreload) in COFFPlatform() local
431 if (auto E2 = this->LoadDynLibrary(PlatformJD, Lib)) { in COFFPlatform()
/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.h57 struct Lib { struct
93 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/
H A DMultilib.cpp461 for (const MultilibSerialization &Lib : M.Multilibs) { in validate() local
462 if (!Lib.Group.empty()) { in validate()
465 if (Group.Name == Lib.Group) { in validate()
470 return "multilib \"" + Lib.Dir + in validate()
471 "\" specifies undefined group name \"" + Lib.Group + "\""; in validate()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp73 DynamicLibrary Lib = in CheckerRegistry() local
75 if (!Lib.isValid()) { in CheckerRegistry()
82 Lib.getAddressOfSymbol("clang_analyzerAPIVersionString")); in CheckerRegistry()
96 Lib.getAddressOfSymbol("clang_registerCheckers")); in CheckerRegistry()
/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/clang/lib/Driver/ToolChains/
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()
92 std::string CRTLib = (llvm::Twine("-l") + Lib).str(); in AddLibGCC()
285 for (auto Lib : Args.getAllArgValues(options::OPT_l)) { in ConstructJob() local
286 if (Lib == "windowsapp") { in ConstructJob()
H A DMSVC.cpp119 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib))); in ConstructJob()
122 TC.getSubDirectoryPath(llvm::SubDirectoryType::Lib, "atlmfc"))); in ConstructJob()
313 StringRef Lib = A.getValue(); in ConstructJob() local
315 if (Lib.ends_with(".lib")) in ConstructJob()
316 LinkLibArg = Args.MakeArgString(Lib); in ConstructJob()
318 LinkLibArg = Args.MakeArgString(Lib + ".lib"); in ConstructJob()
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()
H A DCommonArgs.cpp2514 StringRef Lib, StringRef Arch, StringRef Target, in SDLSearch() argument
2540 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch()
2541 Twine(Lib + "-" + Arch).str(), Twine(Lib).str()}) { in SDLSearch()
2555 for (auto Suffix : {Twine(Lib + "-" + Arch + "-" + Target).str(), in SDLSearch()
2556 Twine(Lib + "-" + Arch).str()}) { in SDLSearch()
2593 const SmallVectorImpl<std::string> &LibraryPaths, StringRef Lib, in GetSDLFromOffloadArchive() argument
2606 if (!Lib.starts_with(":") && !Lib.starts_with("-l")) { in GetSDLFromOffloadArchive()
2607 if (llvm::sys::fs::exists(Lib)) { in GetSDLFromOffloadArchive()
2608 ArchiveOfBundles = Lib; in GetSDLFromOffloadArchive()
2612 Lib.consume_front("-l"); in GetSDLFromOffloadArchive()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp109 #define OMPT_DLCLOSE(Lib) FreeLibrary(Lib) argument
113 #define OMPT_DLCLOSE(Lib) dlclose(Lib) argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h111 LLVM_ABI 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 DModuleBuilder.cpp168 for (auto &&Lib : CodeGenOpts.DependentLibraries) in Initialize()
169 Builder->AddDependentLib(Lib); in Initialize()
H A DTargetInfo.cpp99 TargetCodeGenInfo::getDependentLibraryOption(llvm::StringRef Lib, in getDependentLibraryOption() argument
105 Opt += Lib; in getDependentLibraryOption()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h28 Lib, enumerator

123