Searched refs:Summary (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DFunctionInfo.h96 std::unique_ptr<FunctionSummary> Summary; member in class:llvm::FunctionInfo
115 : Summary(nullptr), BitcodeIndex(FuncOffset) {}
120 : Summary(std::move(FuncSummary)), BitcodeIndex(FuncOffset) {}
125 Summary = std::move(FuncSummary);
129 FunctionSummary *functionSummary() const { return Summary.get(); }
/freebsd-11.0-release/contrib/ofed/libibcm/
H A Dlibibcm.spec6 Summary: Userspace InfiniBand Communication Manager.
18 Summary: Development files for the libibcm library
/freebsd-11.0-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec6 Summary: Userspace RDMA Connection Manager
20 Summary: Development files for the librdmacm library
28 Summary: Examples for the librdmacm library
/freebsd-11.0-release/contrib/apr-util/
H A Dapr-util.spec4 Summary: Apache Portable Runtime Utility library
24 Summary: APR utility library development kit
36 Summary: APR utility library DBM driver
45 Summary: APR utility library PostgreSQL DBD driver
55 Summary: APR utility library MySQL DBD driver
65 Summary: APR utility library SQLite DBD driver
75 Summary: APR utility library FreeTDS DBD driver
85 Summary: APR utility library ODBC DBD driver
95 Summary: APR utility library LDAP support
104 Summary
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1 //===- FunctionImport.cpp - ThinLTO Summary-based Function Import ---------===//
188 auto *Summary = Info->functionSummary(); local
189 if (!Summary) {
197 if (Summary->instCount() > ImportInstrLimit) {
199 << CalledFunctionName << " with " << Summary->instCount()
205 auto ModuleIdentifier = Summary->modulePath();
345 /// Summary file to use for function importing when using -function-import from
437 "Summary Based Function Import", false, false)
439 "Summary Based Function Import", false, false)
/freebsd-11.0-release/contrib/apr/
H A Dapr.spec4 Summary: Apache Portable Runtime library
23 Summary: APR library development kit
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp224 FileCoverageSummary Summary(Filename);
227 Summary.addFunction(Function);
230 render(Summary, OS);
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec3 Summary: Pluggable password "quality check".
/freebsd-11.0-release/contrib/byacc/package/
H A Dbyacc.spec0 Summary: byacc - public domain Berkeley LALR Yacc parser generator
H A Dmingw-byacc.spec0 Summary: byacc - public domain Berkeley LALR Yacc parser generator
/freebsd-11.0-release/contrib/dialog/package/
H A Ddialog.spec0 Summary: dialog - display dialog boxes from shell scripts
/freebsd-11.0-release/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
32 Summary: Development package that includes the ldns header files
41 Summary: Python extensions for ldns
/freebsd-11.0-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec14 Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
40 Summary: A passphrase dialog for OpenSSH and the X window System.
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec67 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
108 Summary: OpenSSH clients.
114 Summary: The OpenSSH server daemon.
123 Summary: A passphrase dialog for OpenSSH and X.
129 Summary: A passphrase dialog for OpenSSH, X, and GNOME.
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c1182 Summary of the external control method problem:

Completed in 79 milliseconds