MCPcopy Create free account

hub / github.com/appcypher/wasmo-old / functions

Functions198 in github.com/appcypher/wasmo-old

↓ 20 callersMethodas_ref
(&self)
lib/llvm/src/types/ty.rs:37
↓ 9 callersMethodptr_type
(&self, address_space: &AddressSpace)
lib/llvm/src/types/ty.rs:31
↓ 4 callersMethodadd_function
Consumes type
lib/llvm/src/module.rs:145
↓ 4 callersMethodas_mut_ptr
(&mut self)
lib/runtime/src/types.rs:44
↓ 4 callersMethodbuild_return
(&self, value: Option<BasicValue>)
lib/llvm/src/builder.rs:127
↓ 4 callersMethodconst_int
(&self, value: u64, sign_extend: bool)
lib/llvm/src/types/int.rs:28
↓ 4 callersMethodget_nth_param
(&self, nth: u32)
lib/llvm/src/values/function.rs:50
↓ 3 callersMethodappend_basic_block
(&self, name: &str, context: &Context)
lib/llvm/src/values/function.rs:94
↓ 3 callersMethodconst_float
(&self, value: f64)
lib/llvm/src/types/float.rs:28
↓ 3 callersFunctionconvert_wat_to_wasm
(file_path: P)
lib/utils/src/file.rs:35
↓ 3 callersFunctionfunction_type
( param_types: &[BasicType], return_type: BasicType, is_varargs: bool, )
lib/llvm/src/types/function.rs:55
↓ 3 callersMethodgenerate_module
(&mut self)
lib/codegen/src/generator/module.rs:165
↓ 3 callersMethodi32_type
(&self)
lib/llvm/src/context.rs:63
↓ 3 callersMethodi64_type
(&self)
lib/llvm/src/context.rs:69
↓ 3 callersMethodposition_at_end
(&self, basic_block: &BasicBlock)
lib/llvm/src/builder.rs:60
↓ 3 callersMethodto_llvm
(&self)
lib/llvm/src/enums.rs:44
↓ 3 callersMethodto_string
(&self)
lib/llvm/src/support/string.rs:25
↓ 2 callersMethodas_ref
(&self)
lib/llvm/src/types/function.rs:50
↓ 2 callersMethodbuild_int_add
(&self, rhs: T, lhs: T, name: &str)
lib/llvm/src/builder.rs:67
↓ 2 callersMethodcount_params
(&self)
lib/llvm/src/values/function.rs:45
↓ 2 callersMethodcreate_builder
(&self)
lib/llvm/src/context.rs:51
↓ 2 callersMethodcreate_module
(&self, name: &str)
lib/llvm/src/context.rs:43
↓ 2 callersMethodf32_type
(&self)
lib/llvm/src/context.rs:75
↓ 2 callersMethodf64_type
(&self)
lib/llvm/src/context.rs:81
↓ 2 callersMethodis_owned
(&self)
lib/llvm/src/module.rs:55
↓ 2 callersFunctionproject_path
(subpath: &str)
lib/utils/src/path.rs:6
↓ 2 callersMethodstruct_type_with_name
( &self, struct_name: &str, types: &[BasicType], is_packed: bool, )
lib/llvm/src/context.rs:110
↓ 1 callersMethodadd_export
(&mut self, field: String, export_kind: ExportKind)
lib/runtime/src/data.rs:97
↓ 1 callersMethodadd_type
(&mut self, func_type: FuncType)
lib/runtime/src/data.rs:89
↓ 1 callersMethodcount_param_types
(&self)
lib/llvm/src/types/function.rs:23
↓ 1 callersMethodcreate_jit_execution_engine
( &self, opt_level: OptimizationLevel, )
lib/llvm/src/module.rs:105
↓ 1 callersMethodcreate_target_machine
( &self, triple: &str, cpu: &str, features: &str, level: OptimizationL
lib/llvm/src/target.rs:252
↓ 1 callersMethodgenerate_function
( &mut self, module: &mut Module, parser: &mut Parser<'b>, function_types: &[F
lib/codegen/src/generator/function.rs:41
↓ 1 callersMethodgenerate_main_function
( &mut self, module: &mut Module, builder: &Builder, context: &Context,
lib/codegen/src/generator/function.rs:716
↓ 1 callersMethodgenerate_operator_code
( &mut self, operator: &Operator, function: &FunctionValue, builder: &Builder,
lib/codegen/src/generator/function.rs:103
↓ 1 callersMethodget_element_type
(&self)
lib/llvm/src/types/ty.rs:23
↓ 1 callersFunctionget_file_bytes
Gets the bytes of a file as a vector of u8s.
lib/utils/src/file.rs:9
↓ 1 callersMethodget_file_path
(&self)
src/bin/args/arguments.rs:37
↓ 1 callersMethodget_function
(&self, name: &str)
lib/llvm/src/execution_engine.rs:57
↓ 1 callersMethodget_param_types
(&self)
lib/llvm/src/types/function.rs:27
↓ 1 callersMethodget_target_data
(&self)
lib/llvm/src/target.rs:310
↓ 1 callersMethodget_type
(&self)
lib/llvm/src/values/value.rs:18
↓ 1 callersMethodi8_type
(&self)
lib/llvm/src/context.rs:57
↓ 1 callersMethodinto_raw
(&mut self)
lib/llvm/src/support/string.rs:46
↓ 1 callersFunctionis_wasm_file
Checks if a file ia a wasm file.
lib/utils/src/file.rs:19
↓ 1 callersFunctionjit_compile_sum
( context: &Context, module: &Module, builder: &Builder, execution_engine: &ExecutionEngine, )
examples/jit.rs:41
↓ 1 callersFunctionjit_example
()
examples/jit.rs:19
↓ 1 callersMethodmachine_int_type
(&self, address_space: Option<&AddressSpace>)
lib/llvm/src/target.rs:349
↓ 1 callersMethodrun_optional_file
(&self)
src/bin/args/handler.rs:20
↓ 1 callersMethodset_linkage
(&self, linkage: Linkage)
lib/llvm/src/values/function.rs:38
↓ 1 callersMethodsetup
(&self)
src/bin/args/handler.rs:53
↓ 1 callersMethodvoid_type
(&self)
lib/llvm/src/context.rs:87
↓ 1 callersMethodzero
(&self, sign_extend: bool)
lib/llvm/src/types/int.rs:36
Methodadd_function
(&mut self, func: FuncData)
lib/runtime/src/data.rs:93
Methodas_ref
(&self)
lib/llvm/src/types/void.rs:30
Methodas_ref
(&self)
lib/llvm/src/types/struct_.rs:30
Methodas_ref
(&self)
lib/llvm/src/types/int.rs:42
Methodas_ref
(&self)
lib/llvm/src/types/pointer.rs:30
Methodas_ref
(&self)
lib/llvm/src/types/array.rs:30
Methodas_ref
(&self)
lib/llvm/src/types/vector.rs:28
Methodas_ref
(&self)
lib/llvm/src/types/float.rs:42
Methodas_ref
(&self)
lib/llvm/src/values/value.rs:28
Methodas_ref
(&self)
lib/llvm/src/values/struct_.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/int.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/instruction.rs:26
Methodas_ref
(&self)
lib/llvm/src/values/pointer.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/array.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/vector.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/float.rs:24
Methodas_ref
(&self)
lib/llvm/src/values/function.rs:105
Methodbasic_type
(context: &Context, ty: &Type)
lib/codegen/src/convert.rs:34
Methodbuild_float_add
(&self, lhs: T, rhs: T, name: &str)
lib/llvm/src/builder.rs:77
Methodbuild_float_mul
(&self, lhs: T, rhs: T, name: &str)
lib/llvm/src/builder.rs:117
Methodbuild_float_sub
(&self, lhs: T, rhs: T, name: &str)
lib/llvm/src/builder.rs:97
Methodbuild_int_mul
(&self, lhs: T, rhs: T, name: &str)
lib/llvm/src/builder.rs:107
Methodbuild_int_sub
(&self, lhs: T, rhs: T, name: &str)
lib/llvm/src/builder.rs:87
Methodcreate
(name: &str)
lib/llvm/src/module.rs:60
Methodcreate
(address: u64)
lib/llvm/src/execution_engine.rs:115
Methodcreate
Fails if datalayout spec is wrong
lib/llvm/src/target.rs:336
Methodcreate
()
lib/llvm/src/context.rs:33
Methodcreate
()
lib/llvm/src/builder.rs:41
Methodcreate_aot_with_llvm_module
(module: LLVMModule, options: &Options)
lib/runtime/src/container.rs:66
Methodcreate_instance_context_type
This function creates an LLVM IR representing `*mut InstanceContext`. All wasm functions take an initial argument of type `*mut InstanceContext`. ``
lib/codegen/src/generator/module.rs:128
Methodcreate_interpreter_execution_engine
(&self)
lib/llvm/src/module.rs:69
Methodcreate_target_data
()
lib/codegen/src/generator/module.rs:79
Methoddefault
()
lib/llvm/src/target.rs:37
Methoddefault
()
lib/runtime/src/options.rs:4
Methoddefault
()
lib/codegen/src/options.rs:8
Methoddrop
(&mut self)
lib/llvm/src/module.rs:176
Methoddrop
(&mut self)
lib/llvm/src/execution_engine.rs:100
Methoddrop
(&mut self)
lib/llvm/src/target.rs:318
Methoddrop
(&mut self)
lib/llvm/src/context.rs:159
Methoddrop
(&mut self)
lib/llvm/src/builder.rs:141
Methoddrop
(&mut self)
lib/llvm/src/support/string.rs:58
Methodexport
(kind: &ExternalKind, index: u32)
lib/codegen/src/convert.rs:72
Methodfmt
(&self, f: &mut Formatter)
lib/llvm/src/module.rs:167
Methodfmt
(&self, f: &mut Formatter)
lib/llvm/src/support/string.rs:69
Methodfrom
(message: &'static str)
lib/codegen/src/error.rs:21
Methodfrom_c_string
The string argument becomes owned LLVMstring is allowed to free it. The string is expected to be from LLVM.
lib/llvm/src/support/string.rs:19
Methodfrom_llvm_module
(module: LLVMModule)
lib/runtime/src/container.rs:42
next →1–100 of 198, ranked by callers