Home
last modified time | relevance | path

Searched refs:SetFunctionCallConv (Results 1 – 2 of 2) sorted by relevance

/external/llvm/bindings/go/llvm/
Dexecutionengine_test.go30 fac.SetFunctionCallConv(CCallConv)
Dir.go1040 func (v Value) SetFunctionCallConv(cc CallConv) { C.LLVMSetFunctionCallConv(v.C, C.unsigned(cc)) } func