Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h164 LLVMValueRef compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc);
DSkSLJIT.cpp220 LLVMValueRef JIT::compileFunctionCall(LLVMBuilderRef builder, const FunctionCall& fc) { in compileFunctionCall() function in SkSL::JIT
1042 return this->compileFunctionCall(builder, (FunctionCall&) expr); in compileExpression()