Home
last modified time | relevance | path

Searched refs:Libs (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/utils/
H A Dllvm-native-gxx47 push (@Libs, $ARGV[$i]);
127 my $Libs = join (" ", @Libs);
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
/llvm-project-15.0.7/third-party/benchmark/cmake/
H A Dbenchmark.pc.in10 Libs: -L${libdir} -lbenchmark
11 Libs.private: -lpthread
/llvm-project-15.0.7/libclc/
H A Dlibclc.pc.in8 Libs: -L${libexecdir}
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp789 LibsTy Libs; in printNeededLibraries() local
801 Libs.push_back(P); in printNeededLibraries()
806 llvm::stable_sort(Libs); in printNeededLibraries()
808 for (const auto &L : Libs) { in printNeededLibraries()
H A DCOFFDumper.cpp1637 LibsTy Libs; in printNeededLibraries() local
1642 Libs.push_back(Name); in printNeededLibraries()
1645 llvm::stable_sort(Libs); in printNeededLibraries()
1647 for (const auto &L : Libs) { in printNeededLibraries()
H A DELFDumper.cpp2458 std::vector<StringRef> Libs; in printNeededLibraries() local
2461 Libs.push_back(getDynamicString(Entry.d_un.d_val)); in printNeededLibraries()
2463 llvm::sort(Libs); in printNeededLibraries()
2465 for (StringRef L : Libs) in printNeededLibraries()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h507 Optional<std::vector<YAMLFlowString>> Libs; member
512 return {{"Libraries", Libs.has_value()}}; in getEntries()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst157 **Number Of Dependent Libs**
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1019 DL->Libs.emplace(); in dumpDependentLibrariesSection()
1022 DL->Libs->emplace_back(Lib); in dumpDependentLibrariesSection()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1443 if (!Section.Libs) in writeSectionContent()
1446 for (StringRef Lib : *Section.Libs) { in writeSectionContent()
H A DELFYAML.cpp1466 IO.mapOptional("Libraries", Section.Libs); in sectionMapping()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst7495 Dependent Libs Named Metadata