Home
last modified time | relevance | path

Searched refs:compile_module (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-object-load.h50 struct compile_module struct
52 compile_module () = default;
54 DISABLE_COPY_AND_ASSIGN (compile_module);
56 compile_module &operator= (compile_module &&other) = default; argument
57 compile_module (compile_module &&other) = default;
91 typedef std::unique_ptr<compile_module> compile_module_up;
H A Dcompile.c799 compile_module_up compile_module = compile_object_load (fnames, scope, in eval_compile_command() local
801 if (compile_module == NULL) in eval_compile_command()
813 compile_object_run (std::move (compile_module)); in eval_compile_command()
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_codegen.py65 def compile_module(self, asm, linking_asm=None): member in JITCPUCodegenTestCase
89 library = self.compile_module(asm_sum)
100 library2 = self.compile_module(asm_sum_outer, asm_sum_inner)
131 library = self.compile_module(asm_sum_outer, asm_sum_inner)
136 library = self.compile_module(asm_sum_outer, asm_sum_inner)
141 library = self.compile_module(asm_sum_outer, asm_sum_inner)
147 library = self.compile_module(asm_sum_outer, asm_sum_inner)
155 library = self.compile_module(asm_sum_outer, asm_sum_inner)
195 library = self.compile_module(asm_sum_outer, asm_sum_inner)
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Drfactor.cpp33 if (compile_module) { in simple_rfactor_test()
81 if (compile_module) { in reorder_split_rfactor_test()
133 if (compile_module) { in multi_split_rfactor_test()
184 if (compile_module) { in reorder_fuse_wrapper_rfactor_test()
306 if (compile_module) { in simple_rfactor_with_specialize_test()
366 if (compile_module) { in rdom_with_predicate_rfactor_test()
427 if (compile_module) { in histogram_rfactor_test()
494 if (compile_module) { in parallel_dot_product_rfactor_test()
554 if (compile_module) { in tuple_rfactor_test()
630 if (compile_module) { in tuple_specialize_rdom_predicate_rfactor_test()
[all …]
/dports/lang/gnu-cobol/gnucobol-3.1.2/tests/cobol85/
H A Dreport.pl41 my $compile_module;
83 $compile_module = "$cobc -m";
85 $compile = $compile_module;
282 print "$compile_module $in\n";
284 $ret = system ("$TRAP $compile_module $in");
/dports/databases/p5-GDBM/perl-5.14.2/t/lib/
H A D1_compile.t49 print "# $module compile failed\nnot " unless compile_module($module);
56 sub compile_module {
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/tools-3.5.1/doc/html/
H A Dtools.eix12 {"compile_module", "compile_module(ModFiles)", "compile_module-1"},
13 {"compile_module", "compile_module(ModFiles, Options)", "compile_module-2"},
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/src/
H A Dobj.rs70 Cranelift::compile_module(&translation, &*isa, cache_config) in compile_to_obj()
73 Strategy::Lightbeam => Lightbeam::compile_module(&translation, &*isa, cache_config), in compile_to_obj()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_epi/src/
H A Dcouch_epi_module_keeper.erl65 compile_module(State).
105 compile_module(State) -> function
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/apple/
H A Dswiftc.py21 def compile_module(module, sources, settings, extras, tmpdir): function
172 compile_module(parsed.module_name, parsed.sources, parsed, extras, tmpdir)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py19 def compile_module(module, sources, settings, extras, tmpdir): function
174 compile_module(
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/apple/
H A Dswiftc.py21 def compile_module(module, sources, settings, extras, tmpdir): function
172 compile_module(parsed.module_name, parsed.sources, parsed, extras, tmpdir)
/dports/lang/v8/v8-9.6.180.12/build/toolchain/ios/
H A Dswiftc.py19 def compile_module(module, sources, settings, extras, tmpdir): function
170 compile_module(parsed.module_name, parsed.sources, parsed, extras, tmpdir)
/dports/devel/gn/gn-1962/examples/ios/build/toolchain/apple/
H A Dswiftc.py19 def compile_module(module, sources, settings, extras, tmpdir): function
174 compile_module(
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/front/
H A Ddependfront.ml79 let compile_module modname = function
91 match compile_module modname with
147 match compile_module modname with
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/
H A Dlightbeam.rs21 fn compile_module( in compile_module() method
H A Dcompilation.rs166 fn compile_module( in compile_module() method
/dports/lang/gjs/gjs-1.70.0/gjs/
H A Dinternal.cpp147 static bool compile_module(JSContext* cx, const JS::UniqueChars& uri, in compile_module() function
197 return compile_module(cx, uri, source, args.rval()); in gjs_internal_compile_internal_module()
226 return compile_module(cx, uri, source, args.rval()); in gjs_internal_compile_module()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DJITModule.h122 void compile_module(std::unique_ptr<llvm::Module> mod,
H A DJITModule.cpp257 compile_module(std::move(llvm_module), fn.name, m.target(), deps_with_runtime); in JITModule()
262 void JITModule::compile_module(std::unique_ptr<llvm::Module> m, const string &function_name, const … in compile_module() function in Halide::Internal::JITModule
387 …result.compile_module(std::move(llvm_module), /*function_name*/ "", target, deps, requested_export… in make_trampolines_module()
782 runtime.compile_module(std::move(module), "", target, deps, halide_exports); in make_module()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/jit/src/
H A Dcompiler.rs116 wasmtime_environ::cranelift::Cranelift::compile_module( in compile()
124 wasmtime_environ::lightbeam::Lightbeam::compile_module( in compile()
/dports/devel/py-cffi/cffi-1.15.0/testing/cffi0/
H A Dtest_zdistutils.py80 v.compile_module()
94 v.compile_module()
/dports/astro/p5-Misc-Quality/Misc-Quality-0.1/t/
H A D1_compile.t80 sub compile_module {
/dports/math/p5-Number-Uncertainty/Number-Uncertainty-0.1/t/
H A D1_compile.t80 sub compile_module {
/dports/www/p5-Jemplate/Jemplate-0.30/doc/text/
H A DJemplate.text103 Jemplate->compile_module($module_path, \@template_file_paths);
108 Similar to `compile_module`, but only compiles if one of the

12