Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py260 return Function(lib.LLVMGetLastFunction(self))
529 library.LLVMGetLastFunction.argtypes = [Module]
530 library.LLVMGetLastFunction.restype = c_object_p
/external/llvm/include/llvm-c/
DCore.h610 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
/external/llvm/lib/IR/
DCore.cpp1672 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction() function
/external/llvm/bindings/go/llvm/
Dir.go1032 func (m Module) LastFunction() (v Value) { v.C = C.LLVMGetLastFunction(m.C); return }