Searched refs:Libs (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2470 std::vector<std::string> Libs; local
2473 Libs.push_back(getDynamicString(Entry.d_un.d_val));
2475 llvm::stable_sort(Libs);
2477 for (const auto &L : Libs)
H A DMachODumper.cpp699 LibsTy Libs;
711 Libs.push_back(P);
716 llvm::stable_sort(Libs);
718 for (const auto &L : Libs) {
H A DCOFFDumper.cpp1605 LibsTy Libs;
1610 Libs.push_back(Name);
1613 llvm::stable_sort(Libs);
1615 for (const auto &L : Libs) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1143 IO.mapOptional("Libraries", Section.Libs);
1426 if (Sec->Libs && Sec->Content)
H A DELFEmitter.cpp971 if (!Section.Libs)
974 for (StringRef Lib : *Section.Libs) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h378 Optional<std::vector<YAMLFlowString>> Libs; member in struct:llvm::ELFYAML::DependentLibrariesSection
/freebsd-11-stable/contrib/bmake/
H A Dparse.c197 Libs, /* .LIBS */ enumerator in enum:__anon104
318 { ".LIBS", Libs, 0 },
1630 (specType == Includes) || (specType == Libs) ||
1676 case Libs:
/freebsd-11-stable/tools/LibraryReport/
H A DLibraryReport.tcl42 # These libraries each get an entry in the global 'Libs()' array.
46 # used. The path of the executable is then added to the 'Libs()' array
60 # add an element to 'Libs' for everything that looks like a library.
64 global Libs stats verbose;
100 if {![info exists Libs($lib)]} {
101 set Libs($lib) ""; # add it to our list
111 if {![info exists Libs($lib)]} {
112 set Libs($lib) ""; # add it to our list
116 lappend Libs($ldest) "($lib)";
123 set stats(libs) [llength [array names Libs]];
[all...]
/freebsd-11-stable/contrib/ncurses/misc/
H A Dgen-pkgconfig.in118 Libs: $LDFLAGS -l$name
119 Libs.private: @LIBS@

Completed in 209 milliseconds