Searched refs:compileFunctionCall (Results 1 – 4 of 4) 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()