Home
last modified time | relevance | path

Searched refs:linkage (Results 76 – 100 of 11516) sorted by relevance

12345678910>>...461

/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Linker/
H A Dlink-flags.ll1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c…
2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…
5 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll %S/Inputs/linkage.d.…
/dports/devel/llvm70/llvm-7.0.1.src/test/Linker/
H A Dlink-flags.ll1 ; RUN: llvm-link -S %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -check-prefix=B -c…
2 ; RUN: llvm-link -S -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
3 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileCheck %s -chec…
4 ; RUN: llvm-link -S -internalize -only-needed %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll | FileC…
5 ; RUN: llvm-link -S -internalize %S/Inputs/linkage.b.ll %S/Inputs/linkage.c.ll %S/Inputs/linkage.d.…
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/
H A Dbuild.gradle260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
333 lib library: "imagedec", linkage: "static"
336 lib library: "webp", linkage: "static"
353 lib library: "imagedec", linkage: "static"
354 lib library: "imageenc", linkage: "static"
375 lib library: "webpmux", linkage: "static"
393 lib library: "imagedec", linkage: "static"
[all …]
/dports/graphics/webp/libwebp-1.2.1/
H A Dbuild.gradle261 lib library: "webp", linkage: "static"
277 lib library: "webp", linkage: "static"
294 lib library: "webp", linkage: "static"
316 lib library: "webp", linkage: "static"
334 lib library: "imagedec", linkage: "static"
337 lib library: "webp", linkage: "static"
354 lib library: "imagedec", linkage: "static"
355 lib library: "imageenc", linkage: "static"
376 lib library: "webpmux", linkage: "static"
394 lib library: "imagedec", linkage: "static"
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/
H A Dbuild.gradle260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
333 lib library: "imagedec", linkage: "static"
336 lib library: "webp", linkage: "static"
353 lib library: "imagedec", linkage: "static"
354 lib library: "imageenc", linkage: "static"
375 lib library: "webpmux", linkage: "static"
393 lib library: "imagedec", linkage: "static"
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/
H A Dbuild.gradle260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
333 lib library: "imagedec", linkage: "static"
336 lib library: "webp", linkage: "static"
353 lib library: "imagedec", linkage: "static"
354 lib library: "imageenc", linkage: "static"
375 lib library: "webpmux", linkage: "static"
393 lib library: "imagedec", linkage: "static"
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/
H A Dbuild.gradle260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
333 lib library: "imagedec", linkage: "static"
336 lib library: "webp", linkage: "static"
353 lib library: "imagedec", linkage: "static"
354 lib library: "imageenc", linkage: "static"
375 lib library: "webpmux", linkage: "static"
393 lib library: "imagedec", linkage: "static"
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dmono_item.rs20 linkage: Linkage, in predefine_static()
36 llvm::LLVMRustSetLinkage(g, base::linkage_to_llvm(linkage)); in predefine_static()
49 linkage: Linkage, in predefine_fn()
57 unsafe { llvm::LLVMRustSetLinkage(lldecl, base::linkage_to_llvm(linkage)) }; in predefine_fn()
60 if linkage == Linkage::LinkOnceODR || linkage == Linkage::WeakODR { in predefine_fn()
68 if linkage != Linkage::Internal in predefine_fn()
69 && linkage != Linkage::Private in predefine_fn()
103 let linkage = llvm::LLVMRustGetLinkage(llval); in should_assume_dso_local() localVariable
106 if matches!(linkage, llvm::Linkage::InternalLinkage | llvm::Linkage::PrivateLinkage) { in should_assume_dso_local()
110 if visibility != llvm::Visibility::Default && linkage != llvm::Linkage::ExternalWeakLinkage in should_assume_dso_local()
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/resources/META-INF/elki/
H A Dde.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.Linkage1 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.WardLinkage de.lmu.ifi.dbs.elki.algor…
2 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.SingleLinkage de.lmu.ifi.dbs.elki.alg…
3 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.CompleteLinkage de.lmu.ifi.dbs.elki.a…
4 ….linkage.GroupAverageLinkage de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.GroupAverageLin…
5 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.WeightedAverageLinkage de.lmu.ifi.dbs…
6 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.CentroidLinkage de.lmu.ifi.dbs.elki.a…
7 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.MedianLinkage de.lmu.ifi.dbs.elki.alg…
8 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.MinimumVarianceLinkage de.lmu.ifi.dbs…
9 de.lmu.ifi.dbs.elki.algorithm.clustering.hierarchical.linkage.FlexibleBetaLinkage de.lmu.ifi.dbs.el…
/dports/misc/orange3/orange3-3.29.1/Orange/clustering/
H A Dhierarchical.py62 linkage=AVERAGE): argument
71 return dist_matrix_clustering(matrix, linkage=linkage)
75 linkage=AVERAGE): argument
84 return dist_matrix_clustering(matrix, linkage=linkage)
96 return scipy.cluster.hierarchy.linkage(distances, method=linkage)
106 Z = dist_matrix_linkage(matrix, linkage=linkage)
112 Z = scipy.cluster.hierarchy.linkage(X, method=linkage, metric=metric)
192 def tree_from_linkage(linkage): argument
202 N, _ = linkage.shape
436 self.linkage = linkage
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc778.vhd32 port ( c1 : linkage integer;
33 c2 : linkage integer;
34 c3 : linkage integer;
35 c4 : linkage integer;
36 c5 : linkage integer);
55 p5 : linkage integer);
60 port ( c1 : linkage integer;
61 c2 : linkage integer;
62 c3 : linkage integer;
63 c4 : linkage integer;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/
H A Dgecko_templates.mozbuild8 def GeckoBinary(linkage='dependent', mozglue=None):
13 `linkage` indicates the wanted xpcom linkage type. Valid values are
16 on libxul. Most executables should use the 'standalone' linkage, which
18 or libxul linkage at all.
21 so, what linkage to apply. Valid values are None (mozglue not linked),
25 if linkage == 'dependent':
30 elif linkage == 'standalone':
36 elif linkage != None:
37 error('`linkage` must be "dependent", "standalone" or None')
54 def GeckoProgram(name, linkage='standalone', **kwargs):
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/
H A Dgecko_templates.mozbuild8 def GeckoBinary(linkage='dependent', mozglue=None):
13 `linkage` indicates the wanted xpcom linkage type. Valid values are
16 on libxul. Most executables should use the 'standalone' linkage, which
18 or libxul linkage at all.
21 so, what linkage to apply. Valid values are None (mozglue not linked),
25 if linkage == 'dependent':
30 elif linkage == 'standalone':
36 elif linkage != None:
37 error('`linkage` must be "dependent", "standalone" or None')
54 def GeckoProgram(name, linkage='standalone', **kwargs):
[all …]
/dports/www/firefox/firefox-99.0/build/
H A Dgecko_templates.mozbuild8 def GeckoBinary(linkage='dependent', mozglue=None):
13 `linkage` indicates the wanted xpcom linkage type. Valid values are
16 on libxul. Most executables should use the 'standalone' linkage, which
18 or libxul linkage at all.
21 so, what linkage to apply. Valid values are None (mozglue not linked),
25 if linkage == 'dependent':
30 elif linkage == 'standalone':
36 elif linkage != None:
37 error('`linkage` must be "dependent", "standalone" or None')
54 def GeckoProgram(name, linkage='standalone', **kwargs):
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/
H A Dgecko_templates.mozbuild8 def GeckoBinary(linkage='dependent', mozglue=None):
13 `linkage` indicates the wanted xpcom linkage type. Valid values are
16 on libxul. Most executables should use the 'standalone' linkage, which
18 or libxul linkage at all.
21 so, what linkage to apply. Valid values are None (mozglue not linked),
25 if linkage == 'dependent':
30 elif linkage == 'standalone':
36 elif linkage != None:
37 error('`linkage` must be "dependent", "standalone" or None')
54 def GeckoProgram(name, linkage='standalone', **kwargs):
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/
H A Dgecko_templates.mozbuild8 def GeckoBinary(linkage='dependent', mozglue=None):
13 `linkage` indicates the wanted xpcom linkage type. Valid values are
16 on libxul. Most executables should use the 'standalone' linkage, which
18 or libxul linkage at all.
21 so, what linkage to apply. Valid values are None (mozglue not linked),
25 if linkage == 'dependent':
30 elif linkage == 'standalone':
36 elif linkage != None:
37 error('`linkage` must be "dependent", "standalone" or None')
55 def GeckoProgram(name, linkage='standalone', **kwargs):
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/module/src/
H A Dmodule.rs131 pub linkage: Linkage, field
184 self.decl.linkage = Linkage::merge(self.decl.linkage, linkage); in merge()
199 pub linkage: Linkage, field
221 self.decl.linkage = Linkage::merge(self.decl.linkage, linkage); in merge()
437 linkage: Linkage, in declare_function()
459 linkage, in declare_function()
480 linkage: Linkage, in declare_data()
495 existing.decl.linkage, in declare_data()
511 linkage, in declare_data()
681 info.decl.linkage.is_definable(), in write_data_funcaddr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dlinkage.rs7 linkage: RLinkage, in get_clif_linkage()
11 match (linkage, visibility) { in get_clif_linkage()
17 _ => panic!("{:?} = {:?} {:?}", mono_item, linkage, visibility), in get_clif_linkage()
24 if let Some(linkage) = fn_attrs.linkage { in get_static_linkage()
25 match linkage { in get_static_linkage()
29 _ => panic!("{:?}", linkage), in get_static_linkage()
/dports/science/py-scipy/scipy-1.7.1/scipy/cluster/tests/
H A Dtest_hierarchy.py265 Z = linkage(Y)
379 Z = linkage(y)
387 Z = linkage(y)
397 Z = linkage(y)
407 Z = linkage(y)
417 Z = linkage(y)
456 Z = linkage(y)
465 Z = linkage(y)
476 Z = linkage(y)
487 Z = linkage(y)
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/
H A Darm.rs150 #[linkage = "weak"]
157 #[linkage = "weak"]
175 #[linkage = "weak"]
182 #[linkage = "weak"]
189 #[linkage = "weak"]
196 #[linkage = "weak"]
203 #[linkage = "weak"]
211 #[linkage = "weak"]
229 #[linkage = "weak"]
236 #[linkage = "weak"]
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/WholeProgramDevirt/Inputs/
H A Ddevirt-single-impl2-index.ll8 ^4 = gv: (guid: 7004155349499253778, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
9 ^5 = gv: (guid: 7112837063505133550, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
10 ^6 = gv: (guid: 12105754951942688208, summaries: (variable: (module: ^3, flags: (linkage: linkonce_…
11 … flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 1, dsoLocal: 1, canAutoHide: 1), ins…
12 ^8 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external,…
13 ^9 = gv: (guid: 16692224328168775211, summaries: (function: (module: ^1, flags: (linkage: external,…
14 ^10 = gv: (guid: 17377440600225628772, summaries: (function: (module: ^2, flags: (linkage: external…
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/WholeProgramDevirt/Inputs/
H A Ddevirt-single-impl2-index.ll8 ^4 = gv: (guid: 7004155349499253778, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
9 ^5 = gv: (guid: 7112837063505133550, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
10 ^6 = gv: (guid: 12105754951942688208, summaries: (variable: (module: ^3, flags: (linkage: linkonce_…
11 … flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 1, dsoLocal: 1, canAutoHide: 1), ins…
12 ^8 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external,…
13 ^9 = gv: (guid: 16692224328168775211, summaries: (function: (module: ^1, flags: (linkage: external,…
14 ^10 = gv: (guid: 17377440600225628772, summaries: (function: (module: ^2, flags: (linkage: external…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/WholeProgramDevirt/Inputs/
H A Ddevirt-single-impl2-index.ll8 ^4 = gv: (guid: 7004155349499253778, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
9 ^5 = gv: (guid: 7112837063505133550, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
10 ^6 = gv: (guid: 12105754951942688208, summaries: (variable: (module: ^3, flags: (linkage: linkonce_…
11 … flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 1, dsoLocal: 1, canAutoHide: 1), ins…
12 ^8 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external,…
13 ^9 = gv: (guid: 16692224328168775211, summaries: (function: (module: ^1, flags: (linkage: external,…
14 ^10 = gv: (guid: 17377440600225628772, summaries: (function: (module: ^2, flags: (linkage: external…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/WholeProgramDevirt/Inputs/
H A Ddevirt-single-impl2-index.ll8 ^4 = gv: (guid: 7004155349499253778, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
9 ^5 = gv: (guid: 7112837063505133550, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
10 ^6 = gv: (guid: 12105754951942688208, summaries: (variable: (module: ^3, flags: (linkage: linkonce_…
11 … flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 1, dsoLocal: 1, canAutoHide: 1), ins…
12 ^8 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external,…
13 ^9 = gv: (guid: 16692224328168775211, summaries: (function: (module: ^1, flags: (linkage: external,…
14 ^10 = gv: (guid: 17377440600225628772, summaries: (function: (module: ^2, flags: (linkage: external…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/WholeProgramDevirt/Inputs/
H A Ddevirt-single-impl2-index.ll8 ^4 = gv: (guid: 7004155349499253778, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
9 ^5 = gv: (guid: 7112837063505133550, summaries: (variable: (module: ^2, flags: (linkage: linkonce_o…
10 ^6 = gv: (guid: 12105754951942688208, summaries: (variable: (module: ^3, flags: (linkage: linkonce_…
11 … flags: (linkage: linkonce_odr, notEligibleToImport: 0, live: 1, dsoLocal: 1, canAutoHide: 1), ins…
12 ^8 = gv: (guid: 15822663052811949562, summaries: (function: (module: ^0, flags: (linkage: external,…
13 ^9 = gv: (guid: 16692224328168775211, summaries: (function: (module: ^1, flags: (linkage: external,…
14 ^10 = gv: (guid: 17377440600225628772, summaries: (function: (module: ^2, flags: (linkage: external…

12345678910>>...461