Home
last modified time | relevance | path

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

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