Home
last modified time | relevance | path

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

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