Home
last modified time | relevance | path

Searched defs:ExecutionEngine (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4engine_p.h193 Function *globalCode;
199 enum JSObjects {
278 Value *jsObjects;
363 …QNetworkAccessManager* (*networkAccessManager)(ExecutionEngine*) = detail::getNetworkAccessManage… argument
366 enum JSStrings {
420 Value *jsStrings;
422 enum JSSymbols {
437 Value *jsSymbols;
533 ExecutionEngine(QJSEngine *jsEngine = nullptr); argument
697 struct Deletable {
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4engine_p.h193 Function *globalCode;
199 enum JSObjects {
278 Value *jsObjects;
363 …QNetworkAccessManager* (*networkAccessManager)(ExecutionEngine*) = detail::getNetworkAccessManage… argument
366 enum JSStrings {
420 Value *jsStrings;
422 enum JSSymbols {
437 Value *jsSymbols;
533 ExecutionEngine(QJSEngine *jsEngine = nullptr); argument
697 struct Deletable {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/tinygo.org/x/go-llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go30 type ExecutionEngine struct { struct
31 C C.LLVMExecutionEngineRef
132 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
145 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
148 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
150 func (ee ExecutionEngine) RemoveModule(m Module) {
155 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
162 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
166 func (ee ExecutionEngine) TargetData() (td TargetData) {
171 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go31 type ExecutionEngine struct { struct
32 C C.LLVMExecutionEngineRef
133 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
146 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
151 func (ee ExecutionEngine) RemoveModule(m Module) {
156 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
163 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
167 func (ee ExecutionEngine) TargetData() (td TargetData) {
172 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A Dexecutionengine.go31 type ExecutionEngine struct { struct
32 C C.LLVMExecutionEngineRef
133 func (ee ExecutionEngine) RunStaticDestructors() { C.LLVMRunStaticDestructors(ee.C) }
146 func (ee ExecutionEngine) FreeMachineCodeForFunction(f Value) {
149 func (ee ExecutionEngine) AddModule(m Module) { C.LLVMAddModule(ee.C, m.C) }
151 func (ee ExecutionEngine) RemoveModule(m Module) {
156 func (ee ExecutionEngine) FindFunction(name string) (f Value) {
163 func (ee ExecutionEngine) RecompileAndRelinkFunction(f Value) unsafe.Pointer {
167 func (ee ExecutionEngine) TargetData() (td TargetData) {
172 func (ee ExecutionEngine) AddGlobalMapping(global Value, addr unsafe.Pointer) {
[all …]
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/tests/ade/
H A Dexecution_engine_backend.cpp202 TEST(ExecutionEngine, BackendsSetup) in TEST() argument
220 TEST(ExecutionEngine, BackendsRun) in TEST() argument
255 TEST(ExecutionEngine, BackendsRunOpaq) in TEST() argument
302 TEST(ExecutionEngine, BackendsRunAsync) in TEST() argument
351 TEST(ExecutionEngine, BackendsRunAsyncOpaq) in TEST() argument
417 TEST(ExecutionEngine, BackendsRunSome) in TEST() argument
450 TEST(ExecutionEngine, BackendsRunAsyncSome) in TEST() argument
493 TEST(ExecutionEngine, BackendsRunNone) in TEST() argument
520 TEST(ExecutionEngine, BackendsCancel_MainRunThrows) in TEST() argument
586 TEST(ExecutionEngine, BackendsCancel_RunWaitThrows) in TEST() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/tasks/
H A Devaluator.py23 class ExecutionEngine(evaluators.SequenceEvaluator): class
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm-c/
H A DExecutionEngine.h133 class ExecutionEngine; variable
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/compiler/
H A DPointExecutable.h27 class ExecutionEngine; variable
/dports/databases/postgresql11-server/postgresql-11.14/src/common/
H A Dcontroldata_utils.c32 * get_controlfile(char *DataDir, const char *progname, bool *crc_ok_p)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h28 class ExecutionEngine; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/ExecutionEngine/
H A DExecutionEngine.h28 class ExecutionEngine; variable

12345678