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

/external/llvm/tools/llvm-c-test/
H A Dmodule.c87 f = LLVMGetNextFunction(f);
/external/llvm/bindings/python/llvm/
H A Dcore.py276 f = lib.LLVMGetNextFunction(self)
535 library.LLVMGetNextFunction.argtypes = [Function]
536 library.LLVMGetNextFunction.restype = c_object_p
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp316 value; value = LLVMGetNextFunction(value))
/external/llvm/include/llvm-c/
H A DCore.h708 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn);
/external/llvm/lib/IR/
H A DCore.cpp1533 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn) { function

Completed in 70 milliseconds