Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py226 lib.LLVMDumpModule(self)
533 library.LLVMDumpModule.argtypes = [Module]
534 library.LLVMDumpModule.restype = None
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h830 void LLVMDumpModule(LLVMModuleRef M);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c320 LLVMDumpModule(M); in llvm_dump_module()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go489 C.LLVMDumpModule(m.C)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp407 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() function