Home
last modified time | relevance | path

Searched refs:LLVMGetPreviousFunction (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py286 f = lib.LLVMGetPreviousFunction(self)
540 library.LLVMGetPreviousFunction.argtypes = [Function]
541 library.LLVMGetPreviousFunction.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1040 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols()
1252 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1088 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2305 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction() function