Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c605 func = LLVMGetNextFunction(func); in gallivm_compile_module()
653 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
666 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
Dlp_bld_type.c431 func = LLVMGetNextFunction(func); in lp_build_count_ir_module()
/external/llvm/bindings/python/llvm/
Dcore.py276 f = lib.LLVMGetNextFunction(self)
532 library.LLVMGetNextFunction.argtypes = [Function]
533 library.LLVMGetNextFunction.restype = c_object_p
/external/llvm/tools/llvm-c-test/
Dmodule.c110 f = LLVMGetNextFunction(f); in llvm_module_list_functions()
Decho.cpp824 Next = LLVMGetNextFunction(Cur); in declare_symbols()
911 Next = LLVMGetNextFunction(Cur); in clone_symbols()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp314 value; value = LLVMGetNextFunction(value)) in buildAndRunOptPasses()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h733 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
/external/llvm/include/llvm-c/
DCore.h756 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1289 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function
/external/llvm/lib/IR/
DCore.cpp1771 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { in LLVMGetNextFunction() function
/external/llvm/bindings/go/llvm/
Dir.go1033 func NextFunction(v Value) (rv Value) { rv.C = C.LLVMGetNextFunction(v.C); return }