Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h162 LLVMValueRef compileConstructor(LLVMBuilderRef builder, const Constructor& c);
DSkSLJIT.cpp887 LLVMValueRef JIT::compileConstructor(LLVMBuilderRef builder, const Constructor& c) { in compileConstructor() function in SkSL::JIT
1034 return this->compileConstructor(builder, (Constructor&) expr); in compileExpression()