Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dcore.py265 return Function(lib.LLVMGetLastFunction(self))
543 library.LLVMGetLastFunction.argtypes = [Module]
544 library.LLVMGetLastFunction.restype = c_object_p
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp1001 End = LLVMGetLastFunction(Src); in declare_symbols()
1205 End = LLVMGetLastFunction(Src); in clone_symbols()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1060 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1105 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2310 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function