Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py265 return Function(lib.LLVMGetLastFunction(self))
534 library.LLVMGetLastFunction.argtypes = [Module]
535 library.LLVMGetLastFunction.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1003 End = LLVMGetLastFunction(Src); in declare_symbols()
1207 End = LLVMGetLastFunction(Src); in clone_symbols()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1072 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2289 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function