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