Home
last modified time | relevance | path

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

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