Searched refs:compileConstructor (Results 1 – 2 of 2) sorted by relevance
162 LLVMValueRef compileConstructor(LLVMBuilderRef builder, const Constructor& c);
887 LLVMValueRef JIT::compileConstructor(LLVMBuilderRef builder, const Constructor& c) { in compileConstructor() function in SkSL::JIT1034 return this->compileConstructor(builder, (Constructor&) expr); in compileExpression()