MCPcopy Create free account
hub / github.com/google/gapid / Call

Method Call

core/codegen/builder.go:53–55  ·  view source on GitHub ↗

Call invokes the function f with the specified arguments

(f *Function, args ...*Value)

Source from the content-addressed store, hash-verified

51
52// Call invokes the function f with the specified arguments
53func (b *Builder) Call(f *Function, args ...*Value) *Value {
54 return b.call(f.llvm, f.Type.Signature, f.Name, args)
55}
56
57// CallIndirect invokes the function pointer f with the specified arguments
58func (b *Builder) CallIndirect(f *Value, args ...*Value) *Value {

Callers 2

MemcpyMethod · 0.95
MemsetMethod · 0.95

Calls 1

callMethod · 0.95

Tested by

no test coverage detected