Home
last modified time | relevance | path

Searched refs:LLVMGetParams (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1260 LLVMGetParams(fCurrentFunction, params.get()); in compileStageFunctionLoop()
1659 LLVMGetParams(fCurrentFunction, params.get()); in compileStageFunctionVector()
1779 LLVMGetParams(fCurrentFunction, params.get()); in compileFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h2569 void LLVMGetParams(LLVMValueRef Fn, LLVMValueRef *Params);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2443 void LLVMGetParams(LLVMValueRef FnRef, LLVMValueRef *ParamRefs) { in LLVMGetParams() function