Home
last modified time | relevance | path

Searched refs:FunctionHandle (Results 1 – 25 of 128) sorted by relevance

123456

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs8 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, Global, GlobalSpec, GlobalValue,
57 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error>; in get_export_func() argument
59 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error>; in get_func_from_idx() argument
61 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error>; in get_start_func() argument
71 fn function_handle_from_ptr(&self, ptr: FunctionPointer) -> FunctionHandle { in function_handle_from_ptr() argument
80 FunctionHandle { ptr, id } in function_handle_from_ptr()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/
H A Dmodule.rs8 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, Global, GlobalSpec, GlobalValue,
57 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error>; in get_export_func() argument
59 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error>; in get_func_from_idx() argument
61 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error>; in get_start_func() argument
71 fn function_handle_from_ptr(&self, ptr: FunctionPointer) -> FunctionHandle { in function_handle_from_ptr() argument
80 FunctionHandle { ptr, id } in function_handle_from_ptr()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/
H A Dmodule.rs8 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, Global, GlobalSpec, GlobalValue,
57 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error>; in get_export_func() argument
59 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error>; in get_func_from_idx() argument
61 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error>; in get_start_func() argument
71 fn function_handle_from_ptr(&self, ptr: FunctionPointer) -> FunctionHandle { in function_handle_from_ptr() argument
80 FunctionHandle { ptr, id } in function_handle_from_ptr()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/
H A Dmodule.rs8 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, Global, GlobalSpec, GlobalValue,
62 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error>; in get_export_func() argument
64 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error>; in get_func_from_idx() argument
66 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error>; in get_start_func() argument
74 fn function_handle_from_ptr(&self, ptr: FunctionPointer) -> FunctionHandle { in function_handle_from_ptr() argument
83 FunctionHandle { in function_handle_from_ptr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/tracing/tracing/mre/
H A Dfunction_handle.py41 class FunctionHandle(object): class
106 return FunctionHandle(modules_to_load=new_modules_to_load,
117 return FunctionHandle(modules_to_load=modules_to_load,
137 return FunctionHandle(modules_to_load=modules_to_load,
H A Dfunction_handle_unittest.py60 handle = function_handle.FunctionHandle([module], 'Bar')
69 handle = function_handle.FunctionHandle([module], 'Bar')
83 handle = function_handle.FunctionHandle.FromDict(handle_dict)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/tracing/tracing/mre/
H A Dfunction_handle.py41 class FunctionHandle(object): class
106 return FunctionHandle(modules_to_load=new_modules_to_load,
117 return FunctionHandle(modules_to_load=modules_to_load,
137 return FunctionHandle(modules_to_load=modules_to_load,
H A Dfunction_handle_unittest.py60 handle = function_handle.FunctionHandle([module], 'Bar')
69 handle = function_handle.FunctionHandle([module], 'Bar')
83 handle = function_handle.FunctionHandle.FromDict(handle_dict)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/lucet-runtime/lucet-runtime-internals/src/module/
H A Dmock.rs9 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, ModuleData, ModuleFeatures,
28 start_func: Option<(FunctionIndex, FunctionHandle)>,
187 let handle = FunctionHandle { in with_start_func()
267 pub start_func: Option<FunctionHandle>,
305 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error> { in get_export_func() argument
314 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error> { in get_func_from_idx() argument
324 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error> { in get_start_func() argument
H A Ddl.rs6 FunctionHandle, FunctionIndex, FunctionSpec, ModuleData, ModuleFeatures, ModuleSignature,
266 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error> { in get_export_func() argument
273 FunctionHandle { in get_export_func()
281 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error> { in get_func_from_idx() argument
294 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error> { in get_start_func() argument
297 FunctionHandle { in get_start_func()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs6 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, ModuleData, ModuleFeatures,
229 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error> { in get_export_func() argument
236 FunctionHandle { ptr, id } in get_export_func()
240 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error> { in get_func_from_idx() argument
253 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error> { in get_start_func() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/lucet-runtime-internals-wasmsbx/src/module/
H A Ddl.rs6 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, ModuleData, ModuleFeatures,
229 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error> { in get_export_func() argument
236 FunctionHandle { ptr, id } in get_export_func()
240 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error> { in get_func_from_idx() argument
253 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error> { in get_start_func() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/lucet-runtime-internals/src/module/
H A Ddl.rs6 FunctionHandle, FunctionIndex, FunctionPointer, FunctionSpec, ModuleData, ModuleFeatures,
229 fn get_export_func(&self, sym: &str) -> Result<FunctionHandle, Error> { in get_export_func() argument
236 FunctionHandle { ptr, id } in get_export_func()
240 fn get_func_from_idx(&self, table_id: u32, func_id: u32) -> Result<FunctionHandle, Error> { in get_func_from_idx() argument
253 fn get_start_func(&self) -> Result<Option<FunctionHandle>, Error> { in get_start_func() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h23 template <typename AAResult> struct FunctionHandle final : public CallbackVH {
24 FunctionHandle(Function *Fn, AAResult *Result) in FunctionHandle() function

123456