Searched refs:compileFunctionCall (Results 1 – 2 of 2) sorted by relevance
164 LLVMValueRef compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc);
220 LLVMValueRef JIT::compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc) { in compileFunctionCall() function in SkSL::JIT1042 return this->compileFunctionCall(builder, (FunctionCall&) expr); in compileExpression()