Home
last modified time | relevance | path

Searched refs:LLVMGetNextFunction (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c662 func = LLVMGetNextFunction(func); in gallivm_compile_module()
714 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
727 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
Dlp_bld_type.c455 func = LLVMGetNextFunction(func); in lp_build_count_ir_module()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1034 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1871 func = LLVMGetNextFunction(func); in optimize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2280 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function