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/
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/
Decho.cpp1003 End = LLVMGetLastFunction(Src); in declare_symbols()
1207 End = LLVMGetLastFunction(Src); in clone_symbols()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1072 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2289 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function