Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py226 lib.LLVMDumpModule(self)
524 library.LLVMDumpModule.argtypes = [Module]
525 library.LLVMDumpModule.restype = None
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h857 void LLVMDumpModule(LLVMModuleRef M);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c320 LLVMDumpModule(M); in llvm_dump_module()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp415 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule() function