Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py286 f = lib.LLVMGetPreviousFunction(self)
549 library.LLVMGetPreviousFunction.argtypes = [Function]
550 library.LLVMGetPreviousFunction.restype = c_object_p
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1034 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols()
1244 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1061 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1141 func PrevFunction(v Value) (rv Value) { rv.C = C.LLVMGetPreviousFunction(v.C); return }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2350 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn) { in LLVMGetPreviousFunction() function